feat: we now have a sso/oauth server ther we can use to connect services to
Some checks failed
Build_Deploy / linter (push) Successful in 11s
Build_Deploy / build (push) Successful in 47s
Build_Deploy / deploy_dns (push) Successful in 1m29s
Build_Deploy / deploy_active (active) (push) Successful in 1m36s
Build_Deploy / deploy_active (active-ext) (push) Failing after 44s
Build_Deploy / deploy_active (active-core) (push) Successful in 6m43s

Currently works with Proxmox (VE and MG) and Forgejo
This commit is contained in:
silver 2025-03-23 00:06:29 +00:00
parent 70263f4b1f
commit 69ec3abb3b
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
4 changed files with 107 additions and 0 deletions

View file

@ -99,6 +99,10 @@ let
bitwarden = [
kitt
];
sso = [
kitt
];
in {
# nix run github:ryantm/agenix -- -e secret1.age
@ -148,6 +152,9 @@ in {
"bitwarden/secret.age".publicKeys = users ++ bitwarden;
"bitwarden/details.age".publicKeys = users ++ bitwarden;
# Keycloak/sso
"keycloak/pw.age".publicKeys = users ++ sso;
# grafana
"grafana/pw.age".publicKeys = users ++ grafana;
}