CodeFresh
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "EnforceTrustedOIDCTenantCodeFresh",
"Effect": "Deny",
"Principal": "*",
"Action": "sts:AssumeRoleWithWebIdentity",
"Resource": "*",
"Condition": {
"StringNotLikeIfExists": {
"oidc.codefresh.io:sub": "account:<account_id>:*"
},
"Null": {
"oidc.codefresh.io:sub": "false"
}
}
}
]
}最后更新于