-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added missing quotes to ticket delegation #250
Conversation
Thank you for your pull request. Before we can look at it, you'll need to sign a Contributor License Agreement (CLA). Please follow instructions at https://icinga.com/company/contributor-agreement to sign the CLA. After that, please reply here with a comment and we'll verify. Contributors that have not signed yet: @fl0wx
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot, this slipped our attention.
LGTM! Edit: Please see comment below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your pull request. Before we can look at it, you'll need to sign a Contributor License Agreement (CLA). Please follow instructions at https://icinga.com/company/contributor-agreement to sign the CLA. After that, please reply here with a comment and we'll verify. Contributors that have not signed yet: @fl0wx
|
done :) |
@bobapple can you check whether the CLA has been signed successfully? |
@mocdaniel i signed it just now. can you rerun the check? |
Unfortunately, I can't, hence the ping above :) This will get merged after the weekend, probably. |
@cla-bot check |
Thank you for your pull request. Before we can look at it, you'll need to sign a Contributor License Agreement (CLA). Please follow instructions at https://icinga.com/company/contributor-agreement to sign the CLA. After that, please reply here with a comment and we'll verify. Contributors that have not signed yet: @fl0wx
|
@cla-bot check |
Thanks a lot for your contribution @fl0wx! |
Added missing quotes to ticket delegation. Currently, the ticket creation fails with the following error message:
the addition of the new quotes changes the command to an actual working command:
OLD: icinga2 pki ticket --cn "host1.local --salt XXXXXXXX"
NEW: icinga2 pki ticket --cn "host1.local" --salt "XXXXXXXX"