mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-10-29 17:12:34 +00:00
This is a required step for solving #81 Netbird 0.29.0 added its own relay service based on websockets
28 lines
599 B
YAML
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
|