Files
homelab/k8s/infra/vpn/netbird/backend/oidc-client.yaml
Vegard Hagen aa1a078294 feat(netbird): add relay service
This is a required step for solving #81

Netbird 0.29.0 added its own relay service based on websockets
2025-01-03 17:43:11 +01:00

28 lines
599 B
YAML

apiVersion: oidc.homelab.olav.ninja/v1alpha1
kind: XOidcClient
metadata:
name: netbird-backend
spec:
clientId: netbird-backend
clientSecretSecretRef:
name: netbird-backend-oidc-credentials
namespace: netbird
key: clientSecret
description: Netbird Backend Client
displayName: Netbird Backend
type: CONFIDENTIAL
grantTypes:
- client_credentials
- code
- device_code
- password
redirectUris:
- "/*"
webOrigins:
- "+"
serviceAccountRoles:
- realm: homelab
client: builtin-homelab-realm-management
role: view-users
realm: homelab