docs
This commit is contained in:
@@ -36,10 +36,10 @@ vault write auth/jwt/role/gitlabci-role - <<EOF
|
||||
"user_claim": "user_email",
|
||||
"bound_claims_type": "glob",
|
||||
"bound_claims": {
|
||||
"project_id": "42",
|
||||
"project_id": "121",
|
||||
"ref_protected": "true",
|
||||
"ref_type": "tag",
|
||||
"ref": "auto-deploy-*"
|
||||
"ref_type": "branch",
|
||||
"ref": "main"
|
||||
}
|
||||
}
|
||||
EOF
|
||||
|
Reference in New Issue
Block a user