this method doesn't need authorization and the SecretManagerProvider is null see to implement this behavior add to excludes section in your application.yaml - path: /{path-to-your-method-path} example for this method - path: /excluded
| media type | data type | description |
|---|---|---|
| */* | string |
GET /guest
Content-Type: */*
Accept: */*
...
HTTP/1.1 200 OK
Content-Type: */*
...
| media type | data type | description |
|---|---|---|
| */* | string |
GET /guest/bad-request
Content-Type: */*
Accept: */*
...
HTTP/1.1 200 OK
Content-Type: */*
...