66 lines
1.4 KiB
YAML
66 lines
1.4 KiB
YAML
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: oidc-gateway-tos-v1
|
|
data:
|
|
tos.txt: |
|
|
Terms of Service
|
|
|
|
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: oidc-gateway-approval-required
|
|
data:
|
|
approval.txt: |
|
|
Dear User,
|
|
|
|
Thank you for your interest in accessing the K-Space MTÜ infrastructure. To become a member, please contact us at info@k-space.ee
|
|
|
|
Also see https://www.k-space.ee/
|
|
|
|
Best regards, K-Space MTÜ
|
|
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: oidc-gateway-email-templates
|
|
data:
|
|
tos.txt: |
|
|
Hi, <%= name %>!
|
|
|
|
You agreed with the Terms of Service at <%= timestamp %>
|
|
|
|
Content SHA256 hash: <%= hash %>
|
|
|
|
Best regards,
|
|
K-Space MTÜ
|
|
tos.ejs: |
|
|
<div>
|
|
<p>Hi, <%= name %>!</p>
|
|
<p>You agreed with the following Terms of Service at <%= timestamp %></p>
|
|
<p>Content SHA256 hash: <%= hash %></p>
|
|
<br />
|
|
<blockquote>
|
|
<%- content -%>
|
|
</blockquote>
|
|
<br />
|
|
<p>Best regards, <br/> K-Space MTÜ</p>
|
|
</div>
|
|
tos.subject: |
|
|
Terms of Service agreement confirmation
|
|
link.txt: |
|
|
Open the following link to log in: <%= url %>
|
|
|
|
Best regards,
|
|
K-Space MTÜ
|
|
link.ejs: |
|
|
<div>
|
|
<p>Open the following link to log in: <%= url %></p>
|
|
<br />
|
|
<p>Best regards, <br/> K-Space MTÜ</p>
|
|
</div>
|
|
link.subject: |
|
|
auth.k-space.ee login link
|