-
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
feat: Support multiple active CAs in tctl auth export
#51298
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, I left a couple of suggestions.
Thanks for fixing this!
Many thanks for the quick reviews! I'll queue once the base PR is in. |
Friendly ping @avatus for g1 approval? |
3952448
to
492ba3d
Compare
Rebased on top of master, no changes. I'll prep some prereq backports then merge this one. |
@codingllama See the table below for backport results.
|
* Support multiple active CAs in `tctl auth export` * Remove the ExportAuthoritiesSecrets func * Mention path in the --out-prefix help * Rename --out-prefix to --out * Write script-friendly output
* Support multiple active CAs in `tctl auth export` * Remove the ExportAuthoritiesSecrets func * Mention path in the --out-prefix help * Rename --out-prefix to --out * Write script-friendly output
Add multiple active CAs support to
tctl auth export
via the --out flag.tctl before this PR:
$ tctl auth export --type=tls-user ERROR: expected one TLS key pair, got 2
tctl after this PR:
Follow up from #51189.
#35444
Changelog: Added support for multiple active CAs in
tctl auth export