forked from hashicorp/consul
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update server acl init to create tokens for gateways
This allows the server acl init job to create base tokens for any provided ingress and terminating gateway names. For terminating gateways, users will need to update these created tokens to include permissions to the services they represent. To do this, they should add separate policies or attach service identities to avoid having this job overwrite their configuration. When Consul namespaces are enabled, users can provide a namespace with each gateway name to specify which Consul namespace to scope the gateway token to. In this case, the gateway flag values can be provided as `<gateway-name>.<gateway-namespace>`. If a namespace is not provided, the token will be created for the `default` namespace. Trim trailing newline from lifecycle sidecar log messages
- Loading branch information
Showing
7 changed files
with
995 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.