Skip to content

Commit

Permalink
[Improvement] expose 'http-server.rest-auth-type' variable in Helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
JiHyunSong committed Nov 27, 2024
1 parent 9e0f057 commit 37d7cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/amoro/templates/amoro-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ data:
bind-port: {{ .Values.server.optimizing.port }}
http-server:
rest-auth-type: {{ .Values.amoroConf.ams.restAuthType }}
bind-port: {{ .Values.server.rest.port }}
refresh-external-catalogs:
Expand Down
1 change: 1 addition & 0 deletions charts/amoro/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ amoroConf:
ams:
adminUsername: admin
adminPassword: admin
restAuthType: token

## AMS database properties, default value is derby. For production environment, suggest to use mysql
##
Expand Down

0 comments on commit 37d7cd1

Please sign in to comment.