mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00: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}$"
 |