Loading deploy/kubernetes/chart/files/config/esgf.properties 0 → 100644 +17 −0 Original line number Diff line number Diff line [installer.properties] esgf.host={{ .Values.hostname }} {{- if .Values.idp.enabled }} esgf.idp.peer={{ .Values.hostname }} {{- end }} {{/* esgf.index.peer={{ include "esgf" . }} */}} db.protocol=jdbc:postgresql: db.driver=org.postgresql.Driver db.host={{ include "esgf.database.host" . }} db.port={{ include "esgf.database.port" . }} db.user={{ include "esgf.database.user" . }} db.database={{ include "esgf.database.dbname" . }} {{- if .Values.idp.enabled }} idp.service.endpoint={{ include "esgf.idp.endpoint.openid" . }} idp.security.attribute.service.endpoint={{ include "esgf.idp.endpoint.attributeService" . }} idp.security.registration.service.endpoint={{ include "esgf.idp.endpoint.registrationService" . }} {{- end }} deploy/kubernetes/chart/files/config/esgf_ats.xml 0 → 100644 +10 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ats_whitelist xmlns="http://www.esgf.org/whitelist"> {{- if .Values.idp.enabled }} <attribute type="wheel" attributeService="{{ include "esgf.idp.endpoint.attributeService" . }}" description="Administrator Group" registrationService="{{ include "esgf.idp.endpoint.registrationService" . }}" /> {{- end }} </ats_whitelist> deploy/kubernetes/chart/files/config/esgf_ats_static.xml 0 → 100644 +11 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ats_whitelist xmlns="http://www.esgf.org/whitelist"> {{- range .Values.config.ats }} <attribute type="{{ .type }}" attributeService="{{ .attributeService }}" description="{{ .description }}" registrationService="{{ .registrationService }}" /> {{- end }} </ats_whitelist> deploy/kubernetes/chart/files/config/esgf_azs.xml 0 → 100644 +6 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <azs_whitelist> {{- if .Values.orp.enabled }} <value>{{ include "esgf.orp.endpoint.authorizationService" . }}</value> {{- end }} </azs_whitelist> deploy/kubernetes/chart/files/config/esgf_cogs.xml 0 → 100644 +6 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <sites> {{- range .Values.config.cogs }} <site name="{{ .name }}" domain="{{ .domain }}" /> {{- end }} </sites> Loading
deploy/kubernetes/chart/files/config/esgf.properties 0 → 100644 +17 −0 Original line number Diff line number Diff line [installer.properties] esgf.host={{ .Values.hostname }} {{- if .Values.idp.enabled }} esgf.idp.peer={{ .Values.hostname }} {{- end }} {{/* esgf.index.peer={{ include "esgf" . }} */}} db.protocol=jdbc:postgresql: db.driver=org.postgresql.Driver db.host={{ include "esgf.database.host" . }} db.port={{ include "esgf.database.port" . }} db.user={{ include "esgf.database.user" . }} db.database={{ include "esgf.database.dbname" . }} {{- if .Values.idp.enabled }} idp.service.endpoint={{ include "esgf.idp.endpoint.openid" . }} idp.security.attribute.service.endpoint={{ include "esgf.idp.endpoint.attributeService" . }} idp.security.registration.service.endpoint={{ include "esgf.idp.endpoint.registrationService" . }} {{- end }}
deploy/kubernetes/chart/files/config/esgf_ats.xml 0 → 100644 +10 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ats_whitelist xmlns="http://www.esgf.org/whitelist"> {{- if .Values.idp.enabled }} <attribute type="wheel" attributeService="{{ include "esgf.idp.endpoint.attributeService" . }}" description="Administrator Group" registrationService="{{ include "esgf.idp.endpoint.registrationService" . }}" /> {{- end }} </ats_whitelist>
deploy/kubernetes/chart/files/config/esgf_ats_static.xml 0 → 100644 +11 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ats_whitelist xmlns="http://www.esgf.org/whitelist"> {{- range .Values.config.ats }} <attribute type="{{ .type }}" attributeService="{{ .attributeService }}" description="{{ .description }}" registrationService="{{ .registrationService }}" /> {{- end }} </ats_whitelist>
deploy/kubernetes/chart/files/config/esgf_azs.xml 0 → 100644 +6 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <azs_whitelist> {{- if .Values.orp.enabled }} <value>{{ include "esgf.orp.endpoint.authorizationService" . }}</value> {{- end }} </azs_whitelist>
deploy/kubernetes/chart/files/config/esgf_cogs.xml 0 → 100644 +6 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <sites> {{- range .Values.config.cogs }} <site name="{{ .name }}" domain="{{ .domain }}" /> {{- end }} </sites>