This commit is contained in:
Vassiliy Yegorov
2022-08-24 13:01:06 +07:00
parent eb2c93c28c
commit aaf998fa3c

View File

@@ -36,10 +36,10 @@ vault write auth/jwt/role/gitlabci-role - <<EOF
"user_claim": "user_email", "user_claim": "user_email",
"bound_claims_type": "glob", "bound_claims_type": "glob",
"bound_claims": { "bound_claims": {
"project_id": "42", "project_id": "121",
"ref_protected": "true", "ref_protected": "true",
"ref_type": "tag", "ref_type": "branch",
"ref": "auto-deploy-*" "ref": "main"
} }
} }
EOF EOF