We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6922a10 + 43b8bcd commit 73d355dCopy full SHA for 73d355d
profiles/bootstrap/default.nix
@@ -260,7 +260,7 @@ in {
260
261
vault write auth/aws/role/${config.cluster.name}-client \
262
auth_type=iam \
263
- bound_iam_principal_arn="$arn:role/${config.cluster.name}-client" \
+ bound_iam_principal_arn="$arn:role/core-${config.cluster.name}-client" \
264
policies=default,client,nomad-server \
265
period=24h || true # only available after 'tf.clients.apply'
266
0 commit comments