You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,8 @@ Usage of ./observatorium-api:
151
151
The gRPC Server Address against which to run rate limit checks when the rate limits are specified for a given tenant. If not specified, local, non-shared rate limiting will be used. Has precedence over other rate limiter options.
152
152
-middleware.rate-limiter.type string
153
153
The type of rate limiter to use when not using a gRPC rate limiter. Options: 'local' (default), 'redis' (leaky bucket algorithm). (default "local")
154
+
-oidc.skip-client-id-check
155
+
Skip checking audience field against client ID on tokens.
154
156
-probes.dial-timeout duration
155
157
The timeout for establishing connections to the probes upstream. (default 30s)
0 commit comments