Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keycloak docs for local setup #1368

Merged
merged 3 commits into from
May 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion site/content/contribute/developer-setup/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,19 @@ From https://grafana.com/oss/loki/:

Just as Prometheus is for metrics, think of Loki being for logs. Combined with promtail scraping the logs from Mattermost and all these supporting Docker containers, and Grafana for the frontend, Loki effectively provides a powerful user interface for slicing and dicing your developer logs.

## keycloak

From https://www.keycloak.org/documentation
BenCookie95 marked this conversation as resolved.
Show resolved Hide resolved

> Keycloak is an open source identity and access management solution.

Keycloak can be used as a SAML identity provider with your local setup. See the setup instructions [here](https://github.com/mattermost/mattermost/blob/master/server/build/docker/keycloak/README.md).

# Other Docker services

Other Docker services supported by the development environment include:
* minio
* openldap
* dejavu
* keycloak
* elasticsearch

Loading