Add gemini key ability

This commit is contained in:
Joey Yakimowich-Payne 2026-01-14 21:04:58 -07:00
commit 73c7d3efed
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
11 changed files with 793 additions and 228 deletions

View file

@ -36,6 +36,13 @@ entries:
attrs:
name: kaboot-users
- id: kaboot-ai-access-group
model: authentik_core.group
identifiers:
name: kaboot-ai-access
attrs:
name: kaboot-ai-access
# ═══════════════════════════════════════════════════════════════════════════════
# OAUTH2/OIDC PROVIDER
# ═══════════════════════════════════════════════════════════════════════════════
@ -234,8 +241,7 @@ entries:
is_active: true
groups:
- !KeyOf kaboot-users-group
# Note: Password must be set manually via UI or API after blueprint import
# Run: docker compose exec authentik-server ak setpassword kaboottest
- !KeyOf kaboot-ai-access-group
# ═══════════════════════════════════════════════════════════════════════════════
# SERVICE ACCOUNT (for API/automated testing)
@ -253,5 +259,4 @@ entries:
is_active: true
groups:
- !KeyOf kaboot-users-group
# Note: App password must be created via UI or API after blueprint import
# See docs/AUTHENTIK_SETUP.md for instructions
- !KeyOf kaboot-ai-access-group