docs
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user