-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Change consul SI tokens to be local #8068
Conversation
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.
Just noting this should not be merged. This PR is blocked by changes in Consul upstream. See #8063 for details.
We either have to wait to merge this PR until all of our users are on a fixed version of Consul, or we have to fingerprint Consul versions and only create local tokens for compatible versions of Consul.
5acc4c2
to
b1bca7b
Compare
This PR updates the changelog, adds notes the 1.3 upgrade guide, and updates the connect integration docs with documentation about the new requirement on Consul ACL policies of Consul agent default anonymous ACL tokens.
1179c09
to
ef95e7d
Compare
Closed by #12586 |
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
This PR changes generated consul SI tokens to be local instead of global.
Fixes #8063