Skip to content

feat: adapted idhub and issuer-service helm configurations#1

Open
saudkhan116 wants to merge 1 commit intodevelopfrom
feat/helm-chart-config
Open

feat: adapted idhub and issuer-service helm configurations#1
saudkhan116 wants to merge 1 commit intodevelopfrom
feat/helm-chart-config

Conversation

@saudkhan116
Copy link
Copy Markdown

@saudkhan116 saudkhan116 commented Apr 8, 2026

WHAT

Briefly describe what your PR changes, which features it adds/modifies.

  • Updated ConfigMap names to include nameOverride prefix and remove hardcoded values to enable multiple idhub instances
    • from identityhub-datasource-config to {{ $fullName }}-identityhub-datasource-config
    • from identityhub-config to {{ $fullName }}-identityhub-config
  • Updated deployment template to allow dynamic ConfigMap names
    • name: {{ printf "%s-%s" $fullName $value | quote }}
  • Added seed jobs to inject the certificates to the vault
  • Adapted helm vaules files: values-stag-ihub-consumer.yaml, values-stag-ihub-provider.yaml and values-stag-issuer.yaml
  • The following docker images have been used:
    • IDHUB: registry.onstackit.cloud/constructx/identityhub-dev
    • ISSUER: registry.onstackit.cloud/constructx/issuerservice-dev

WHY

Briefly state why the change was necessary.

There is a need to demonstrate the running Identityhub and Issuer Service to perfrom e2e data exchange in Construct-X ecosystem.

FURTHER NOTES

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Closes # <-- insert Issue number if one exists

@saudkhan116 saudkhan116 requested a review from mhellmeier April 8, 2026 15:25
@saudkhan116 saudkhan116 self-assigned this Apr 8, 2026
@saudkhan116 saudkhan116 added the feature A new feature request label Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature A new feature request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant