mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
26 lines
643 B
YAML
26 lines
643 B
YAML
apiVersion: openidclient.keycloak.crossplane.io/v1alpha1
|
|
kind: Client
|
|
metadata:
|
|
name: netbird-backend
|
|
spec:
|
|
deletionPolicy: Delete
|
|
forProvider:
|
|
name: Netbird Backend
|
|
accessType: CONFIDENTIAL
|
|
clientId: netbird-backend
|
|
clientSecretSecretRef:
|
|
namespace: netbird
|
|
name: netbird-backend-oidc-credentials
|
|
key: clientSecret
|
|
description: Netbird Backend Client
|
|
standardFlowEnabled: true
|
|
directAccessGrantsEnabled: true
|
|
serviceAccountsEnabled: true
|
|
oauth2DeviceAuthorizationGrantEnabled: true
|
|
validRedirectUris:
|
|
- "/*"
|
|
webOrigins:
|
|
- "+"
|
|
realmIdRef:
|
|
name: homelab
|