Skip to content

Commit

Permalink
remove basic auth
Browse files Browse the repository at this point in the history
  • Loading branch information
duje-begonja-rdx committed Sep 27, 2023
1 parent 4d940da commit a509c13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions deploy/helm/environments/mainnet/values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ ingress:
paths:
- path: /
pathType: Prefix
basic_auth: true
annotations:
nginx.ingress.kubernetes.io/auth-type: basic
nginx.ingress.kubernetes.io/auth-secret: radix-dapp-toolkit-basic-auth
nginx.ingress.kubernetes.io/auth-realm: 'Auth Required - Mainnet'

alertmanager:
env: "mainnet"
Expand Down
1 change: 1 addition & 0 deletions deploy/helm/radix-dapp-toolkit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ ingress:
annotations: {}
hosts: []
tls: []
basic_auth: false

resources:
limits:
Expand Down

0 comments on commit a509c13

Please sign in to comment.