[!WARNING] this project is under heavy development, expect bugs, problems and radical changes! |
---|
The Tractus-X IdentityHub is a specialized variant of the IdentityHub project. It contains a DCP CredentialService implementation and a SecureTokenService, preconfigured for use in Tractus-X.
As all Tractus-X applications, IdentityHub is distributed as helm chart, of which there are two variants:
tractusx-identityhub
: the recommended, production-ready version that uses PostgreSQL as database and Hashicorp Vault as secret storage.tractusx-identityhub-memory
: an ephemeral, memory-only version that stores data and secrets in memory. Please only use this for demo or testing purposes!
Please refer to the respective documentation for more information on how to run it.
Note that running the application natively as Java process, or directly as Docker image is possible, but is not supported by the Tractus-X IdentityHub team. Please use the official Helm chart.
Distributed under the Apache 2.0 License. See LICENSE for more information.