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 13da7cf commit 6ba9765Copy full SHA for 6ba9765
content/en/docs/reference/using-api/cel.md
@@ -164,8 +164,8 @@ API resource checks are performed as follows:
164
Non-resource authorization performed are used as follows:
165
166
1. specify only a path: `Authorizer.path(string) PathCheck`
167
-2. Call `PathCheck.check(httpVerb string) Decision` to perform the authorization check.
168
-3. Call `allowed() bool` or `reason() string` to inspect the result of the authorization check.
+1. Call `PathCheck.check(httpVerb string) Decision` to perform the authorization check.
+1. Call `allowed() bool` or `reason() string` to inspect the result of the authorization check.
169
170
To perform an authorization check for a service account:
171
0 commit comments