-
Notifications
You must be signed in to change notification settings - Fork 487
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
Introduce support to localauthority CLI - x509 show #5400
Introduce support to localauthority CLI - x509 show #5400
Conversation
d009cf4
to
0d7cbd0
Compare
Signed-off-by: Agustín Martínez Fayó <[email protected]>
0d7cbd0
to
315321f
Compare
Signed-off-by: Agustín Martínez Fayó <[email protected]>
Signed-off-by: Agustín Martínez Fayó <[email protected]>
Signed-off-by: Agustín Martínez Fayó <[email protected]>
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.
looks great just a minor NIT
@@ -126,6 +130,32 @@ func (cc *CLI) Run(ctx context.Context, args []string) int { | |||
}, | |||
} | |||
|
|||
// TODO: Remove this when the forced_rotation feature flag is no longer |
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.
can you create an issue, and refer that issue here?
and add this as a function maybe, so it will be easier to detect what will be removed
Signed-off-by: Agustín Martínez Fayó <[email protected]>
Introduce support to
localauthority
commands in SPIRE Server.This is the first PR of a series of PRs adding
localauthority
commands, allowing to interact with the LocalAuthority API to perform forced rotation and revocation of X.509 and JWT authorities in SPIRE.