-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fix certificate extension not being included in tctl auth sign
#10949
Conversation
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.
LGTM 👍 would be good to add test to make sure it really works
b1e32ed
to
59bfec5
Compare
59bfec5
to
84a14ee
Compare
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 for adding test, I think last check can be simplified
84a14ee
to
26cc286
Compare
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.
LGTM, thanks @lxea !
26cc286
to
d70d1ba
Compare
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.
@lxea Let's get this in and backport to v9 also (if the cert. extensions are present in v9).
b37d0ee
to
1efe32b
Compare
1efe32b
to
ee3d365
Compare
This meant that certificates exported with
tctl auth sign
were not including the ssh key extensions.