Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
d351f1ffa6 Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 47s
Generated by CI/CD workflow on 2026-03-17 15:01:05

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-03-17 15:01:05 +00:00
3 changed files with 2 additions and 17 deletions

View File

@@ -46,15 +46,10 @@ spec:
secretKeyRef:
name: furumi-ng-creds
key: OIDC_REDIRECT_URL
- name: FURUMI_OIDC_SESSION_SECRET
valueFrom:
secretKeyRef:
name: furumi-ng-creds
key: OIDC_SESSION_SECRET
- name: FURUMI_ROOT
value: "/media"
- name: RUST_LOG
value: "info"
value: "debug"
ports:
- name: grpc
containerPort: 50051

View File

@@ -18,8 +18,6 @@ spec:
{{ .client_secret }}
OIDC_ISSUER_URL: https://idm.hexor.cy/application/o/furumi-ng-web/
OIDC_REDIRECT_URL: https://music.hexor.cy/auth/callback
OIDC_SESSION_SECRET: |-
{{ .session_secret }}
data:
- secretKey: token
sourceRef:
@@ -45,11 +43,3 @@ spec:
remoteRef:
key: b8b8c3a2-c3fe-42d3-9402-0ae305e1455f
property: fields[2].value
- secretKey: session_secret
sourceRef:
storeRef:
name: vaultwarden-login
kind: ClusterSecretStore
remoteRef:
key: b8b8c3a2-c3fe-42d3-9402-0ae305e1455f
property: fields[3].value

View File

@@ -225,7 +225,7 @@ oauth_applications = {
refresh_token_validity = "days=30"
scope_mappings = ["openid", "profile", "email"]
access_groups = []
create_group = true
create_group = false
signing_key = "1b1b5bec-034a-4d96-871a-133f11322360"
}
}