sol: vault auth, gitea integration, search fixes
sol-config: added [vault] and [services.gitea] sections, fetch allowlist (wttr.in, open-meteo, github), bumped context windows to 200, updated system prompt with run_script docs and tool rules. sol-deployment: added gitea admin credential env vars from sol-secrets, automountServiceAccountToken for vault k8s auth. vault-secrets: added gitea-admin-username and gitea-admin-password templates to sol-secrets VSS.
This commit is contained in:
@@ -65,3 +65,7 @@ spec:
|
||||
text: '{{ index .Secrets "matrix-device-id" }}'
|
||||
mistral-api-key:
|
||||
text: '{{ index .Secrets "mistral-api-key" }}'
|
||||
gitea-admin-username:
|
||||
text: '{{ index .Secrets "gitea-admin-username" }}'
|
||||
gitea-admin-password:
|
||||
text: '{{ index .Secrets "gitea-admin-password" }}'
|
||||
|
||||
Reference in New Issue
Block a user