fix: remove broken auth annotations from obsidian ingress
Build and Push / Test (push) Failing after 4s
Build and Push / Build and push image (push) Skipped

Bearer auth-url was misconfigured (pointed to token endpoint, not
forward-auth). No Authentik outpost deployed yet. Remove for now,
vault.riotpiao.com accessible directly. TODO: add forward-auth
once outpost is set up.
This commit is contained in:
2026-08-28 16:42:00 -07:00
parent 89f933c394
commit 8f49d1a682
+3 -2
View File
@@ -155,8 +155,9 @@ metadata:
namespace: poimen
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
nginx.ingress.kubernetes.io/auth-type: bearer
nginx.ingress.kubernetes.io/auth-url: http://authentik-server.iam.svc.cluster.local/application/o/oauth2/token/
# TODO: Add Authentik forward-auth once outpost is deployed
# nginx.ingress.kubernetes.io/auth-url: https://<outpost>/outpost.goauthentik.io/auth/nginx
# nginx.ingress.kubernetes.io/auth-signin: https://authentik.riotpiao.com/outpost.goauthentik.io/start?rd=$scheme://$host$request_uri
spec:
ingressClassName: nginx
tls: