stackspout/templates/stackspin-oauth-variables.yaml.jinja

9 lines
189 B
Text
Raw Normal View History

2022-10-13 13:29:44 +01:00
---
apiVersion: v1
kind: Secret
metadata:
name: stackspin-{{ app }}-oauth-variables
data:
client_id: "{{ app | b64encode }}"
client_secret: "{{ 32 | generate_password | b64encode }}"