--- 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: |

Hi, <%= name %>!

You agreed with the following Terms of Service at <%= timestamp %>

Content SHA256 hash: <%= hash %>


<%- content -%>

Best regards,
K-Space MTÜ

tos.subject: | Terms of Service agreement confirmation link.txt: | Open the following link to log in: <%= url %> Best regards, K-Space MTÜ link.ejs: |

Open the following link to log in: <%= url %>


Best regards,
K-Space MTÜ

link.subject: | auth.k-space.ee login link