envoyproxy / envoyproxy/gateway
Option to set value of audiences via secret
Open
stale
triage
- Dominant language
- Go
- Stars
- 3k
- Forks
- 864
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 140
Description
[provider](https://gateway.envoyproxy.io/latest/api/extension_types/#jwtprovider) defines audiences as string array. Using references here would be more flexible.
proposal:
```
audiences: string array
audienceRefs: SecretObjectReference array
```
the discussion came up in [5153](https://github.com/envoyproxy/gateway/issues/5153#event-18816571863) during the introduction of `ClientIdRef` as an alternative to `ClientId`. Imho we should stick to the same pattern here.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.