[GH-ISSUE #16] Outpost functionality #14

Open
opened 2026-02-26 12:22:06 +03:00 by kerem · 1 comment
Owner

Originally created by @atol71 on GitHub (Sep 14, 2025).
Original GitHub issue: https://github.com/brokenscripts/authentik_traefik/issues/16

Hi,
If one wishes to get Authentik to work with Traefik one should consider mounting /etc/ssl/certs/ca-certificates.crt READ-ONLY to container for Authentik to be able to access securely embedded outpost. Of combinations tried this seems to be only functional way to make combination work.

volumes:
  - /etc/ssl/certs/ca-certificates.crt:/etc/ssl/certs/ca-certificates.crt:ro


SH

Originally created by @atol71 on GitHub (Sep 14, 2025). Original GitHub issue: https://github.com/brokenscripts/authentik_traefik/issues/16 Hi, If one wishes to get Authentik to work with Traefik one should consider mounting /etc/ssl/certs/ca-certificates.crt READ-ONLY to container for Authentik to be able to access securely embedded outpost. Of combinations tried this seems to be only functional way to make combination work. ``` volumes: - /etc/ssl/certs/ca-certificates.crt:/etc/ssl/certs/ca-certificates.crt:ro ``` SH
Author
Owner

@atol71 commented on GitHub (Jan 18, 2026):

This naturally if one is using own certificates for internal auth.

<!-- gh-comment-id:3765320986 --> @atol71 commented on GitHub (Jan 18, 2026): This naturally if one is using own certificates for internal auth.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/authentik_traefik#14
No description provided.