mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized descriptions, README.md's and meta/main.yml's for portfolio and sphinx docs
This commit is contained in:
@@ -1,28 +1,33 @@
|
||||
# docker-keycloak
|
||||
# Keycloak
|
||||
|
||||
## Description 🌟
|
||||
## Description
|
||||
|
||||
This role automates the setup and configuration of Keycloak in a Docker environment.
|
||||
Keycloak is an open-source identity and access management solution.
|
||||
The role integrates Keycloak with PostgreSQL as a database and supports operation behind a reverse proxy like NGINX.
|
||||
Step into a secure future with Keycloak! This open‐source identity and access management solution offers powerful single sign-on (SSO), multi-factor authentication, and user federation capabilities. With support for industry standards such as SAML and OpenID Connect, Keycloak helps you protect and streamline access to your applications.
|
||||
|
||||
## Features ✨
|
||||
- Set up Keycloak as a Docker container.
|
||||
- Use PostgreSQL as the database.
|
||||
- Customizable configuration of Keycloak environment variables.
|
||||
- Support for running behind a reverse proxy (e.g., NGINX).
|
||||
- Automatic creation and management of Docker Compose files.
|
||||
## Overview
|
||||
|
||||
## Other Resources 📚
|
||||
This role deploys Keycloak in a Docker environment, integrating it with a PostgreSQL database and enabling operation behind a reverse proxy such as NGINX. It manages container orchestration and configuration via Docker Compose and environment variable templates, ensuring a secure and scalable identity management solution.
|
||||
|
||||
For more details about Keycloak, check out:
|
||||
- [Official Keycloak Documentation](https://www.keycloak.org/)
|
||||
- [GitHub Repository](https://github.com/keycloak/keycloak)
|
||||
## Features
|
||||
|
||||
- **Comprehensive Identity Management:** Manage users, roles, and permissions across your applications with robust SSO and user federation.
|
||||
- **Advanced Security Options:** Benefit from multi-factor authentication, configurable password policies, and secure session management.
|
||||
- **Standards Support:** Seamlessly integrate with SAML, OpenID Connect, and OAuth2 to support various authentication flows.
|
||||
- **Scalable and Customizable:** Easily tailor settings and scale your Keycloak instance to meet growing demands.
|
||||
|
||||
## Additional Resources
|
||||
|
||||
- [Keycloak Official Website](https://www.keycloak.org/)
|
||||
- [Official Keycloak Documentation](https://www.keycloak.org/documentation.html)
|
||||
- [Keycloak GitHub Repository](https://github.com/keycloak/keycloak)
|
||||
- [Setting up Keycloak behind a Reverse Proxy](https://www.keycloak.org/server/reverseproxy)
|
||||
- [Wikipedia](https://en.wikipedia.org/wiki/Keycloak)
|
||||
- [Youtube Tutorial](https://www.youtube.com/watch?v=fvxQ8bW0vO8)
|
||||
---
|
||||
|
||||
### Author ✍️
|
||||
**Kevin Veen-Birkenbach**
|
||||
[veen.world](https://www.veen.world/)
|
||||
## Credits
|
||||
|
||||
Developed and maintained by **Kevin Veen-Birkenbach**.
|
||||
Learn more at [veen.world](https://www.veen.world).
|
||||
|
||||
Part of the [CyMaIS Project](https://github.com/kevinveenbirkenbach/cymais)
|
||||
Licensed under [CyMaIS NonCommercial License (CNCL)](https://s.veen.world/cncl).
|
||||
|
22
roles/docker-keycloak/meta/main.yml
Normal file
22
roles/docker-keycloak/meta/main.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
galaxy_info:
|
||||
author: "Kevin Veen-Birkenbach"
|
||||
description: "Step into a secure future with Keycloak! Our dynamic identity and access management solution offers streamlined SSO capabilities, robust security measures, and an intuitive user experience that propels your applications to unprecedented heights of performance and reliability."
|
||||
license: "CyMaIS NonCommercial License (CNCL)"
|
||||
license_url: "https://s.veen.world/cncl"
|
||||
company: |
|
||||
Kevin Veen-Birkenbach
|
||||
Consulting & Coaching Solutions
|
||||
https://www.veen.world
|
||||
galaxy_tags:
|
||||
- keycloak
|
||||
- docker
|
||||
- identity management
|
||||
- sso
|
||||
- self-hosted
|
||||
repository: https://s.veen.world/cymais
|
||||
issue_tracker_url: https://s.veen.world/cymaisissues
|
||||
documentation: https://s.veen.world/cymais
|
||||
logo:
|
||||
class: "fa-solid fa-lock"
|
||||
dependencies: []
|
Reference in New Issue
Block a user