Skip to content

Commit

Permalink
Remove /metrics from skip-auth (trustyai-explainability#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruivieira authored Feb 9, 2024
1 parent 790a412 commit 921e941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/templates/service/deployment.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ spec:
- '--tls-cert=/etc/tls/private/tls.crt'
- '--tls-key=/etc/tls/private/tls.key'
- '--upstream=http://localhost:8080'
- '--skip-auth-regex=''(^/metrics|^/apis/v1beta1/healthz)'''
- '--skip-auth-regex=''(^/apis/v1beta1/healthz)'''
- >-
--openshift-sar={"namespace":"{{ .Instance.Namespace }}","resource":"pods","verb":"get"}
- >-
Expand Down

0 comments on commit 921e941

Please sign in to comment.