You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, any consul agent can declare that it exposes any service. This allows for a service to be compromised by any agent in the cluster, either through mistake or malice. We should extend the ACL support currently used for KVs such that the cluster can deny service registration if the correct token is not presented.
The text was updated successfully, but these errors were encountered:
modify how we do writefile for acl token and proxy id file
Co-authored-by: Nitya Dhanushkodi <nitya@hashicorp.com>
Co-authored-by: Ashwin Venkatesh <ashwin@hashicorp.com>
Currently, any consul agent can declare that it exposes any service. This allows for a service to be compromised by any agent in the cluster, either through mistake or malice. We should extend the ACL support currently used for KVs such that the cluster can deny service registration if the correct token is not presented.
The text was updated successfully, but these errors were encountered: