mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Replaced OIDC login for gitea with oauth2 proxy and LDAP to guaranty correct username etc.
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| credentials: | ||||
|   oauth2_proxy_cookie_secret: | ||||
|     description: "Secret used by OAuth2 Proxy to encrypt session cookies (16 bytes hex-encoded)" | ||||
|     algorithm: "sha256" | ||||
|     description: "Secret used to encrypt cookies for the OAuth2 proxy (hex-encoded, 16 bytes)" | ||||
|     algorithm: "random_hex_16" | ||||
|     validation: "^[a-f0-9]{32}$" | ||||
		Reference in New Issue
	
	Block a user