Skip to content
Snippets Groups Projects
Commit 3f7adfa9 authored by xeruf's avatar xeruf
Browse files

apps/do: oauth for vikunja-test

parent b25c8880
No related branches found
No related tags found
No related merge requests found
---
apiVersion: secretgenerator.mittwald.de/v1alpha1
kind: StringSecret
metadata:
name: stackspin-vikunja-test-oauth-variables
namespace: flux-system
spec:
data:
client_id: vikunja-test
fields:
- fieldName: client_secret
length: "32"
...@@ -15,7 +15,7 @@ spec: ...@@ -15,7 +15,7 @@ spec:
- id_token - id_token
- code - code
scope: "openid profile email stackspin_roles" scope: "openid profile email stackspin_roles"
secretName: stackspin-vikunja-oauth-variables secretName: stackspin-vikunja-test-oauth-variables
redirectUris: redirectUris:
- https://test.${vikunja_domain}/auth/openid/stackspin - https://test.${vikunja_domain}/auth/openid/stackspin
tokenEndpointAuthMethod: client_secret_post tokenEndpointAuthMethod: client_secret_post
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment