Warning
This Repository is under development and not ready for productive use. It is in an alpha stage. That means APIs and concepts may change on short notice including breaking changes or complete removal of apis.
The platform-mesh iam-service offers a graphql API for user management. The service then takes management actions to OpenFGA and the Identity Provider. Its design is prepared to allow for alternative implementations to support different Identity Providers. Initially it comes with Keycloak support.
- GraphQL API for user and role management
- Management of Tuples in OpenFGA
- Multi-cluster resource coordination via KCP
- Keycloak integration for identity provider support
- JWT token validation against KCP
- For running and building the iam-service, please refer to the CONTRIBUTING.md file in this repository.
- To deploy the iam-service to kubernetes, please refer to the helm-charts repository.
The release is performed automatically through a GitHub Actions Workflow. All the released versions will be available through access to GitHub (as any other Golang Module).
The iam-service requires an installation of go. Checkout the go.mod for the required go version and dependencies.
Please refer to the CONTRIBUTING.md file in this repository for instructions on how to contribute to Platform Mesh.
Please refer to the CODE_OF_CONDUCT.md information on the expected Code of Conduct for contributing to Platform Mesh.