Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update IAM to seed URLs, clients secrets, etc. dynamically #127

Merged
merged 11 commits into from
Oct 28, 2024
6 changes: 3 additions & 3 deletions charts/umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sources:
- https://github.com/eclipse-tractusx/tractus-x-umbrella

type: application
version: 1.0.0
version: 1.1.0

# when adding or updating versions of dependencies, also update list under README.md#Install
dependencies:
Expand All @@ -41,11 +41,11 @@ dependencies:
- condition: centralidp.enabled
name: centralidp
repository: https://eclipse-tractusx.github.io/charts/dev
version: 3.0.0
version: 4.0.0-alpha.2
- condition: sharedidp.enabled
name: sharedidp
repository: https://eclipse-tractusx.github.io/charts/dev
version: 3.0.0
version: 4.0.0-alpha.1
# discovery-finder
- condition: discoveryfinder.enabled
name: discoveryfinder
Expand Down
4 changes: 2 additions & 2 deletions charts/umbrella/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ Select a subset of components which are designed to integrate with each other fo
The currently available components are following:

- [portal](https://github.com/eclipse-tractusx/portal/tree/portal-2.0.0)
- [centralidp](https://github.com/eclipse-tractusx/portal-iam/tree/v3.0.0)
- [sharedidp](https://github.com/eclipse-tractusx/portal-iam/tree/v3.0.0)
- [centralidp](https://github.com/eclipse-tractusx/portal-iam/tree/v4.0.0-alpha.2)
- [sharedidp](https://github.com/eclipse-tractusx/portal-iam/tree/v4.0.0-alpha.1)
- [bpndiscovery](https://github.com/eclipse-tractusx/sldt-bpn-discovery/tree/bpndiscovery-0.2.2)
- [discoveryfinder](https://github.com/eclipse-tractusx/sldt-discovery-finder/tree/discoveryfinder-0.2.2)
- [sdfactory](https://github.com/eclipse-tractusx/sd-factory/tree/sdfactory-2.1.12)
Expand Down
Loading