Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Update internal-communication-policies.yaml (#2014)
Browse files Browse the repository at this point in the history
* Update internal-communication-policies.yaml

* Update internal-communication-policies.yaml
  • Loading branch information
DimitarPetrov authored Sep 13, 2021
1 parent 56c31a0 commit e1bd099
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chart/compass/templates/internal-communication-policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@ spec:
- operation:
hosts:
- oauth2.{{ .Values.global.ingress.domainName }}
- oauth2.{{ .Values.global.ingress.domainName }}:443
paths:
- /oauth2/token
- /oauth2/token*
- from: # or anything other only if the request is authenticated via RequestAuthentication
- source:
requestPrincipals: ['*']
requestPrincipals: ['*']

0 comments on commit e1bd099

Please sign in to comment.