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

Configuring authentik to be reachable via docker bridge network #11778

Open
DominikFG opened this issue Oct 23, 2024 · 0 comments
Open

Configuring authentik to be reachable via docker bridge network #11778

DominikFG opened this issue Oct 23, 2024 · 0 comments
Labels
question Further information is requested

Comments

@DominikFG
Copy link

Describe your question/
I have a docker-compose setup with multiple services. Most of which are background workers but still need client authentication. The services are connected via a Docker bridge network. Calling the token endpoint with client_credentials grant_type and the Docker-internal service name (https://idp:9000/application/o/token) of the Authentik server leads to a 405 response.

Doing the same request from the host with localhost:9000 instead of idp:9000 works.

What do I need to configure to make it work?

Relevant info
docker-compose.yml.txt

Screenshots
grafik
grafik

Logs
Output of docker-compose logs or kubectl logs respectively

Version and Deployment (please complete the following information):

  • authentik version: 2024.8.3
  • Deployment: docker-compose

Additional context
Add any other context about the problem here.

@DominikFG DominikFG added the question Further information is requested label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant