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

pkg/*: Add support for jwt auth token in the ECO. #63

Merged
merged 2 commits into from
May 4, 2021

Conversation

yifan-gu
Copy link
Collaborator

@yifan-gu yifan-gu commented May 3, 2021

According to etcd-io/etcd#9629 (comment)
The simple auth token will be invalid if the membership changes, which is probably the reason we saw errors like

 etcdserver: failed to revoke 463a791ababbfc2d ("auth: invalid auth token")

which prevents the lease entry from being moved in the etcd store.

This PR adds the support to enable the jwt auth token feature.

@Quentin-M Quentin-M merged commit c7d556d into Quentin-M:master May 4, 2021
@yifan-gu yifan-gu deleted the add_jwt_token branch May 5, 2021 18:36
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