[DOC] Add header to cookie secret paragraph (#1025)
* [DOC] Add header to cookie secret paragraph * Update overview.md * Update overview.md * Update overview.md Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
This commit is contained in:
		
							parent
							
								
									b97c83297e
								
							
						
					
					
						commit
						0f859215f0
					
				|  | @ -5,6 +5,8 @@ title: Overview | ||||||
| 
 | 
 | ||||||
| `oauth2-proxy` can be configured via [config file](#config-file), [command line options](#command-line-options) or [environment variables](#environment-variables). | `oauth2-proxy` can be configured via [config file](#config-file), [command line options](#command-line-options) or [environment variables](#environment-variables). | ||||||
| 
 | 
 | ||||||
|  | ### Generating a Cookie Secret | ||||||
|  | 
 | ||||||
| To generate a strong cookie secret use `python -c 'import os,base64; print(base64.urlsafe_b64encode(os.urandom(16)).decode())'` | To generate a strong cookie secret use `python -c 'import os,base64; print(base64.urlsafe_b64encode(os.urandom(16)).decode())'` | ||||||
| 
 | 
 | ||||||
| ### Config File | ### Config File | ||||||
|  |  | ||||||
|  | @ -5,6 +5,8 @@ title: Overview | ||||||
| 
 | 
 | ||||||
| `oauth2-proxy` can be configured via [config file](#config-file), [command line options](#command-line-options) or [environment variables](#environment-variables). | `oauth2-proxy` can be configured via [config file](#config-file), [command line options](#command-line-options) or [environment variables](#environment-variables). | ||||||
| 
 | 
 | ||||||
|  | ### Generating a Cookie Secret | ||||||
|  | 
 | ||||||
| To generate a strong cookie secret use `python -c 'import os,base64; print(base64.urlsafe_b64encode(os.urandom(16)).decode())'` | To generate a strong cookie secret use `python -c 'import os,base64; print(base64.urlsafe_b64encode(os.urandom(16)).decode())'` | ||||||
| 
 | 
 | ||||||
| ### Config File | ### Config File | ||||||
|  |  | ||||||
|  | @ -5,6 +5,8 @@ title: Overview | ||||||
| 
 | 
 | ||||||
| `oauth2-proxy` can be configured via [config file](#config-file), [command line options](#command-line-options) or [environment variables](#environment-variables). | `oauth2-proxy` can be configured via [config file](#config-file), [command line options](#command-line-options) or [environment variables](#environment-variables). | ||||||
| 
 | 
 | ||||||
|  | ### Generating a Cookie Secret | ||||||
|  | 
 | ||||||
| To generate a strong cookie secret use `python -c 'import os,base64; print(base64.urlsafe_b64encode(os.urandom(16)).decode())'` | To generate a strong cookie secret use `python -c 'import os,base64; print(base64.urlsafe_b64encode(os.urandom(16)).decode())'` | ||||||
| 
 | 
 | ||||||
| ### Config File | ### Config File | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue