https://www.padok.fr/ https://www.padok.fr/en/blog https://www.padok.fr/en/blog/tag/technology https://www.padok.fr/en/blog/discovery-hashicorp-boundary If you already understand Boundary concepts you can skip this part, nothing new apart from my amazing drawings.

}}" description = "{{.Values.config.description | default "A controller for Boundary"}}" public_cluster_addr = "X.X.X.X:80" database { url = "env://{{.Values.config.db.standardEnvironmentVariable | default "BOUNDARY_PG_URL"}}" migration_url = "env://{{.Values.config.db.migrationEnvironmentVariable | default "MIGRATION_PG_URL"}}" max_open_connections = {{.Values.config.db.maxOpenConnections }}

}}" description = "{{.Values.config.description | default "A worker for Boundary"}}" controllers = ["{{.Values.config.controller.ips }}"] public_addr = "{{.Values.config.hostname }}:80"

A kms block kms "gcpckms"{ purpose = "worker-auth" project = "{{.Values.config.kms.gcp.project }}" region = "{{.Values.config.kms.gcp.region | default "global"}}" key_ring = "{{.Values.config.kms.gcp.keyRing }}" crypto_key = "{{.Values.config.kms.gcp.key }}"

Related Articles