Skip to content

Commit

Permalink
Merge pull request #127 from eclipse-tractusx/feat/update-iam-keycloak
Browse files Browse the repository at this point in the history
feat: update IAM to seed URLs, clients secrets, etc. dynamically
  • Loading branch information
matbmoser authored Oct 28, 2024
2 parents 6d8b6d7 + cf756ac commit 0a5bcd6
Show file tree
Hide file tree
Showing 13 changed files with 2,105 additions and 5,987 deletions.
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 @@ -273,8 +273,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

0 comments on commit 0a5bcd6

Please sign in to comment.