ubuntu/litmuschaos-authserver

Verified Publisher

By Canonical

Updated 24 days ago

A rock for Litmus authentication server. A component of Litmus, used for chaos testing.

Image
Integration & delivery
Web servers
0

7.9K

ubuntu/litmuschaos-authserver repository overview

ubuntu/litmuschaos-authserver is a rock for litmuschaos-authserver maintained by Canonical.

litmuschaos-authserver is a component of the LitmusChaos solution, an open source platform used for chaos testing. Read more in the official documentation

[Learn more about litmuschaos-authserver]

Tags and Architectures

NOTE: These tags follow a specific naming convention that respects the concept of channels.

TagsSupported untilVersionBaseArchitectures
3.29-26.04_edge09/20263.2926.04amd64
View deprecated tags
TagsSupport ended onUpgrade Path
3.25-24.04_edge04/2026 -
3.19-24.04_edge10/2025 -
3.26-24.04_edge05/2026 -
3.24-24.04_edge03/2026 -
3.22-24.04_edge01/2026 -
3.21-24.04_edge12/2025 -
3.20-24.04_edge12/2025 -
3.23-24.04_edge02/2026 -

Get started

This rock's entrypoint is Pebble, a container-optimized init process that enables the orchestration of a collection of local service processes as an organized set.

[Learn more about Pebble]

Inspect

To view the Pebble services and checks defined in this rock:

docker run --rm ubuntu/litmuschaos-authserver:3.25-24.04_edge plan
Run

To run this rock, use any of the usual container runtimes, for example, docker:

docker run --name litmuschaos-authserver-container \
    -p 3000:3000 \
    ubuntu/litmuschaos-authserver:3.25-24.04_edge

Before starting, ensure a MongoDB instance is running and set DB_SERVER, DB_USER, and DB_PASSWORD to point to it (e.g. docker run -d -e MONGO_INITDB_ROOT_USERNAME=root -e MONGO_INITDB_ROOT_PASSWORD=password -p 27017:27017 mongo:7).

Access the LitmusChaos server at http://localhost:3000.

Get logs

To view the logs of the running container, run:

docker exec litmuschaos-authserver-container pebble logs

Or, for a specific service:

docker exec litmuschaos-authserver-container pebble logs <service>
Monitor health checks

Rocks may have predefined health checks that you can list by running:

docker exec litmuschaos-authserver-container pebble checks

The overall health of your container can be inspected via:

docker exec litmuschaos-authserver-container pebble health

Configuration

Environment variables
OptionDescriptionDefault
ADMIN_USERNAMEWeb UI admin username.None
ADMIN_PASSWORDWeb UI admin password.None
DB_SERVERDatabase server address.None
DB_USERDatabase username.None
DB_PASSWORDDatabase password.None
REST_PORTREST API auth server port, e.g., 3000.None
GRPC_PORTgRPC auth server port, e.g., 3030.None
Ports
OptionDescriptionDefault
-p <port>:3000Expose the container's port 3000 on the host's <port>. Replace port 3000 if any other port is passed to the environmental variable REST_PORT.None
-p <port>:3030Expose the container's port 3030 on the host's <port>. Replace port 3030 if any other port is passed to the environmental variable GRPC_PORT.None

[Report a bug] [Contribute]

Canonical is the provider of this container image. It is the user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within, as well as with Canonical’s IP Policy.

Tag summary

Content type

Image

Digest

sha256:8c689305a

Size

55.5 MB

Last updated

24 days ago

docker pull ubuntu/litmuschaos-authserver:3.29-26.04_edge

This week's pulls

Pulls:

113

Last week