mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +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}$"
 |