mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-03 23:52:04 +02:00
10 lines
338 B
YAML
10 lines
338 B
YAML
credentials:
|
|
secret_key_base:
|
|
description: "Secret key base used to generate secrets for encrypting and signing data"
|
|
algorithm: "alphanumeric"
|
|
validation: "^[A-Za-z0-9]{64}$"
|
|
secret_key:
|
|
description: "Secret key used as a base to generate JWT tokens"
|
|
algorithm: "alphanumeric"
|
|
validation: "^[A-Za-z0-9]{64}$"
|