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.
1 parent cba5721 commit d9553e4Copy full SHA for d9553e4
keps/sig-api-machinery/3488-cel-admission-control/README.md
@@ -1122,7 +1122,7 @@ authorization attributes.
1122
1123
Example expressions using `authorizer`:
1124
1125
-- `authorizer.resource('signers', 'certificates.k8s.io', '*').name(oldObject.spec.signerName).allowed('approve')`
+- `authorizer.resource('signers', 'certificates.k8s.io', '*').name(oldObject.spec.signerName).check('approve').allowed()`
1126
- `authorizer.path('/metrics').denied('get')`
1127
1128
Note that this API:
0 commit comments