Litmus Auth Charm (part of Charmed Litmus)
litmus-auth-k8s
is a charm that, in conjunction with the litmus-chaoscenter-k8s
charm, the litmus-backend-k8s
charm, and mongodb-k8s charm deploys and operates the control plane of LitmusChaos, an open source platform used for chaos testing.
This charm, together with a litmus-chaoscenter application, a litmus-backend application, and a mongodb instance handles deployment, scaling, configuration, and Day 2 operations specific to the control plane of LitmusChaos.
A litmus-auth-k8s
application is responsible for authenticating and authorising requests received by litmus-chaoscenter-k8s
, and for managing users and their associated projects. It primarily serves the cause of user creation, user login, resetting the password, updating user information, creating project, managing project related operations.
Important! This charm is meant to work in conjunction with its counterparts. This documentation only contains charm-specific, and as such relatively low-level documentation. For the solution-level documentation, look at the solution-level Charmed Litmus docs.
This charm is:
- intended to be used together with the
litmus-chaoscenter-k8s
charm. - intended to be used together with the
litmus-backend-k8s
charm. - intended to be used together with the
mongodb-k8s
charm.
In this documentation
Tutorial Get started - a hands-on introduction for new users deploying the charmed operator. |
How-to guides Step-by-step guides covering key operations and common tasks |
Explanation Concepts - discussion and clarification of key topics |
Reference Technical information - specifications, APIs, architecture |
Project and community
Charmed Litmus is an open source project that warmly welcomes community projects, contributions, suggestions, fixes and constructive feedback.
- Read our Code of conduct
- Join the Discourse community forum
- Join the Matrix community chat
- Contribute on GitHub
Navigation
Level | Path | Navlink |
---|---|---|
1 | Tutorials | Tutorials |
1 | How To | How To |
1 | Reference | Reference |
1 | Explanation | Explanation |