Skip to content
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

Merged
merged 6 commits into from
Aug 21, 2024

Conversation

amartinezfayo
Copy link
Member

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.

@amartinezfayo amartinezfayo force-pushed the localauthority-cli-x509-show branch 4 times, most recently from d009cf4 to 0d7cbd0 Compare August 19, 2024 12:57
@amartinezfayo amartinezfayo force-pushed the localauthority-cli-x509-show branch from 0d7cbd0 to 315321f Compare August 19, 2024 13:15
Copy link
Collaborator

@MarcosDY MarcosDY left a 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
Copy link
Collaborator

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]>
@amartinezfayo amartinezfayo added this to the 1.10.2 milestone Aug 21, 2024
@amartinezfayo amartinezfayo merged commit 57db16b into spiffe:main Aug 21, 2024
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants