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
consul acl auth-method create \ | |
-type=oidc \ | |
-token-locality=global \ | |
-name=azure \ | |
-max-token-ttl=24h \ | |
-display-name="Azure Active Directory" \ | |
[email protected] | |
consul acl role create \ | |
-name="oidc-admin" \ |
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
job "democratic-controller" { | |
datacenters = ["dc1"] | |
type = "service" | |
group "controller" { | |
task "controller" { | |
driver = "docker" | |
config { | |
image = "democraticcsi/democratic-csi:v1.6.3" |