feat(apps): Put garage-ui behind authentik forward-auth
This commit is contained in:
@@ -4,3 +4,4 @@ resources:
|
||||
- sealed-secret.yaml
|
||||
- blueprints.yaml
|
||||
- httproute.yaml
|
||||
- referencegrant.yaml
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: ReferenceGrant
|
||||
metadata:
|
||||
name: outpost
|
||||
namespace: authentik
|
||||
spec:
|
||||
from:
|
||||
- group: gateway.networking.k8s.io
|
||||
kind: HTTPRoute
|
||||
namespace: garage
|
||||
- group: gateway.networking.k8s.io
|
||||
kind: HTTPRoute
|
||||
namespace: qbit
|
||||
to:
|
||||
- group: ""
|
||||
kind: Service
|
||||
name: authentik-server
|
||||
Reference in New Issue
Block a user