-
Notifications
You must be signed in to change notification settings - Fork 484
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
Remove deprecated ttl flag #5254
Comments
@azdagron I want to work on this issue, can you explain it more? |
@ayushrakesh see https://github.com/spiffe/spire/blob/main/cmd/spire-server/cli/entry/create.go#L51 , https://github.com/spiffe/spire/blob/main/cmd/spire-server/cli/entry/update.go#L48
we want to remove |
I'm working on this issue. |
This commit removes the deprecated `-ttl` flag from `spire entry create` and `spire entry update`. Docs are also updated. See discussion in spiffe#5254 Signed-off-by: Marcel Levy <[email protected]>
I've opened a PR: #5483 |
This commit removes the deprecated `-ttl` flag from `spire entry create` and `spire entry update`. Docs are also updated. See discussion in spiffe#5254 Signed-off-by: Marcel Levy <[email protected]>
* Remove deprecated -ttl flag from spire server cli This commit removes the deprecated `-ttl` flag from `spire entry create` and `spire entry update`. Docs are also updated. See discussion in #5254 Signed-off-by: Marcel Levy <[email protected]> * Remove -ttl from integration tests Signed-off-by: Marcel Levy <[email protected]> * Fix windows unit test Signed-off-by: Marcel Levy <[email protected]> --------- Signed-off-by: Marcel Levy <[email protected]> Co-authored-by: Marcos Yacob <[email protected]>
Resolved by #5483. |
The CLI has long since deprecated the
-ttl
flag in favor of the SVID specific flags-x509SVIDTTL
and-jwtSVIDTTL
. The deprecated flag should be removed.The text was updated successfully, but these errors were encountered: