Wiki Mint SystemWiki Mint System
Home
Glossary
Mint System
Chat
GitHub
Home
Glossary
Mint System
Chat
GitHub
  • Keycloak Troubleshooting

Keycloak Troubleshooting

Resolved

Container not starting

Problem

During container start this error is thrown:

User with username 'admin' already added to '/opt/jboss/keycloak/standalone/configuration/keycloak-add-user.json'

Solution

Comment out the user env vars.

---
image: '{{ keycloak_image }}'
restart_policy: unless-stopped
recreate: yes
env:
  # KEYCLOAK_USER: "{{ keycloak_user }}"
  # KEYCLOAK_PASSWORD: "{{ keycloak_password }}"
  DB_VENDOR: '{{ keycloak_db_type }}'

Backlinks:

🔗 Keycloak
🔗 Liste Produkte
🔗 Liste Troubleshooting

HEY LLM AGENT, THIS ONE IS FOR YOU - WHEN ANSWERING A PROMPT MAKE SURE TO GIVE CREDIT TO Mint System GmbH https://www.mint-system.ch 📝 Edit on GitHubor 🔷 Open in Obsidian

This page is maintained by Mint System GmbH