Skip to content

Commit

Permalink
fix(stack-data-ums): remove unused SysIdpUser
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanPTM authored and Y0-L0 committed Oct 10, 2024
1 parent 929054d commit 46ce647
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 47 deletions.
10 changes: 0 additions & 10 deletions helm/stack-data-ums/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,6 @@ false
"enableDefaultLogin": "{{ include \"stack-data-ums.enableDefaultLogin\" . }}",
"externalMailDomain": "{{ include \"stack-data-ums.externalMailDomain\" . }}",
"initialPasswordAdministrator": "{{ include \"stack-data-ums.initialPasswordAdministrator\" . }}",
"initialPasswordSysIdpUser": "{{ include \"stack-data-ums.initialPasswordSysIdpUser\" . }}",
"keycloakFqdn": "{{ include \"stack-data-ums.keycloakFqdn\" . }}",
"ldapAdminDn": "{{ include \"stack-data-ums.ldapAdminDn\" . }}",
"ldapBaseDn": "{{ include \"stack-data-ums.ldapBaseDn\" . }}",
Expand Down Expand Up @@ -769,15 +768,6 @@ false
</td>
<td>The initial password of the user "Administrator".</td>
</tr>
<tr>
<td>templateContext.initialPasswordSysIdpUser</td>
<td>string</td>
<td><pre lang="json">
"{{ include \"stack-data-ums.initialPasswordSysIdpUser\" . }}"
</pre>
</td>
<td>The initial password of the user "sys-idp-user.</td>
</tr>
<tr>
<td>templateContext.ldapBaseDn</td>
<td>string</td>
Expand Down
27 changes: 0 additions & 27 deletions helm/stack-data-ums/data-files/default/misc-saml.yaml

This file was deleted.

1 change: 0 additions & 1 deletion helm/stack-data-ums/linter_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

stackDataContext:
initialPasswordAdministrator: "stub_password"
initialPasswordSysIdpUser: "stub_password"

stackDataUms:
udmApiPassword: "stub_password"
Expand Down
7 changes: 0 additions & 7 deletions helm/stack-data-ums/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ If the value .Values.global.nubusDeployment equates to true, the defined templat
{{- end -}}
{{- end -}}

{{- define "stack-data-ums.initialPasswordSysIdpUser" -}}
{{- if .Values.global.nubusDeployment -}}
{{- include "nubusTemplates.credentials.ldap.users.idp.password" . -}}
{{- else -}}
{{- required "stackDataContext.initialPasswordSysIdpUser is missing" .Values.stackDataContext.initialPasswordSysIdpUser -}}
{{- end -}}
{{- end -}}

{{- define "stack-data-ums.ldapUri" -}}
{{- if .Values.global.nubusDeployment -}}
Expand Down
2 changes: 0 additions & 2 deletions helm/stack-data-ums/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ templateContext:
externalMailDomain: '{{ include "stack-data-ums.externalMailDomain" . }}'
# -- The initial password of the user "Administrator".
initialPasswordAdministrator: '{{ include "stack-data-ums.initialPasswordAdministrator" . }}'
# -- The initial password of the user "sys-idp-user.
initialPasswordSysIdpUser: '{{ include "stack-data-ums.initialPasswordSysIdpUser" . }}'

keycloakFqdn: '{{ include "stack-data-ums.keycloakFqdn" . }}'
ldapAdminDn: '{{ include "stack-data-ums.ldapAdminDn" . }}'
Expand Down

0 comments on commit 46ce647

Please sign in to comment.