Skip to content
Snippets Groups Projects
Forked from stackspin / stackspin
4315 commits behind the upstream repository.
stackspin-oauth-variables.yaml.jinja 189 B
---
apiVersion: v1
kind: Secret
metadata:
  name: stackspin-{{ app }}-oauth-variables
data:
  client_id: "{{ app | b64encode }}"
  client_secret: "{{ 32 | generate_password | b64encode }}"