Skip to content

Commit

Permalink
feat(authelia): add kubectl oidc account
Browse files Browse the repository at this point in the history
  • Loading branch information
vehagn committed Dec 1, 2024
1 parent ffa1701 commit e48986a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions k8s/infra/auth/authelia/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ configMap:
redirect_uris: [ 'http://localhost:8085/auth/callback' ]
scopes: [ 'openid', 'groups', 'email', 'profile', 'offline_access' ]
userinfo_signed_response_alg: 'none'
- client_id: kubectl
client_name: kubectl
public: true
authorization_policy: one_factor
redirect_uris: [ 'http://localhost:8000', 'http://localhost:18000' ]
scopes: [ 'openid', 'groups', 'email', 'profile', 'offline_access' ]
userinfo_signed_response_alg: 'none'

secret:
additionalSecrets:
Expand Down
2 changes: 1 addition & 1 deletion tofu/kubernetes/bootstrap/volumes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tofu state rm 'module.volumes.module.proxmox-volume["pv-sonarr-config"].restapi_
tofu state rm 'module.volumes.module.proxmox-volume["pv-plex-config"].restapi_object.proxmox-volume'
tofu state rm 'module.volumes.module.proxmox-volume["pv-jellyfin-config"].restapi_object.proxmox-volume'
tofu state rm 'module.volumes.module.proxmox-volume["pv-qbittorrent-config"].restapi_object.proxmox-volume'
tofu state rm 'module.volumes.module.proxmox-volume["pv-keycloak"].restapi_object.proxmox-volume'
tofu state rm 'module.volumes.module.proxmox-volume["pv-keycloak-postgres"].restapi_object.proxmox-volume'
tofu state rm 'module.volumes.module.proxmox-volume["pv-netbird-management"].restapi_object.proxmox-volume'
tofu state rm 'module.volumes.module.proxmox-volume["pv-netbird-signal"].restapi_object.proxmox-volume'
tofu state rm 'module.volumes.module.proxmox-volume["pv-database"].restapi_object.proxmox-volume'
Expand Down

0 comments on commit e48986a

Please sign in to comment.