8000 Allow users to set a JWT token directly · Issue #19863 · etcd-io/etcd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Allow users to set a JWT token directly #19863

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

Open
ahrtr opened this issue May 6, 2025 · 2 comments
Open

Allow users to set a JWT token directly #19863

ahrtr opened this issue May 6, 2025 · 2 comments

Comments

@ahrtr
Copy link
Member
ahrtr commented May 6, 2025

What would you like to be added?

Currently when auth is enabled and JWT token is specified via flag --auth-token, etcdserver will automatically generate a JWT token.

This feature is to allow users to manage the lifecycle of JWT tokens themselves, and set a JWT token to etcd directly if they want to enable auth for etcd. In this case, users should update the token before expiration. The feature is implemented in #16803, but there are several followups:

We need to update 3.7 changelog

Also see #16803 (comment)

Why is this needed?

To provider more flexibility to allow users manage JWT token lifecycle

@ahrtr
Copy link
Member Author
ahrtr commented May 7, 2025

cc @mcrute

@mcrute
Copy link
Contributor
mcrute commented May 7, 2025

Thanks @ahrtr. My plan is to start picking these up later this week and try to get these all wrapped up and merged as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants
0