You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/deploy/enterprise/configure.mdx
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,8 @@ All values are case sensitive unless otherwise noted.
35
35
| <aclassName="entRef-anchor"id="audience">#</a><ahref='#audience'>AUDIENCE</a> | A list of audiences for verifying the signing key. |`[]`|
36
36
| <aclassName="entRef-anchor"id="authenticate-service-url">#</a><ahref='#authenticate-service-url'>AUTHENTICATE_SERVICE_URL</a> | (deprecated) Authenticate service URL is not required in the Console configuration. For Device Enrollment, use the [external route URL](/docs/reference/routes/from). | none |
37
37
| <aclassName="entRef-anchor"id="bind-addr">#</a><ahref='#bind-addr'>BIND_ADDR</a> | The address the Pomerium Console will listen on. |`:8701`|
38
+
| <aclassName="entRef-anchor"id="bootstrap-service-account">#</a><ahref="#bootstrap-service-account">BOOTSTRAP_SERVICE_ACCOUNT</a> | Enable the bootstrap service account. |`false`|
39
+
| <aclassName="entRef-anchor"id="cache-dir">#</a><ahref="#cache-dir">CACHE_DIR</a> | Directory to use for caching. | Cache only in memory. |
38
40
| <aclassName="entRef-anchor"id="customer-id">#</a><ahref='#customer-id'>CUSTOMER_ID</a> | The customer ID | none |
39
41
| <aclassName="entRef-anchor"id="database-encryption-key">#</a><ahref='#database-encryption-key'>DATABASE_ENCRYPTION_KEY</a> | The base64-encoded encryption key for encrypting sensitive data in the database. | none |
40
42
| <aclassName="entRef-anchor"id="database-encryption-key-file">#</a><ahref='#database-encryption-key-file'>DATABASE_ENCRYPTION_KEY_FILE</a> | Loads base64-encoded `database-encryption-key` secret from a file. | none |
@@ -79,6 +81,8 @@ All values are case sensitive unless otherwise noted.
79
81
| <aclassName="entRef-anchor"id="audience">#</a><ahref='#audience'>audience</a> | A list of audiences for verifying the signing key. |`[]`|
80
82
| <aclassName="entRef-anchor"id="authenticate-service-url">#</a><ahref='#authenticate-service-url'>authenticate_service_url</a> | (deprecated) Authenticate service URL is not required in the Console configuration. For Device Enrollment, use the [external route URL](/docs/reference/routes/from). | none |
81
83
| <aclassName="entRef-anchor"id="bind-addr">#</a><ahref='#bind-addr'>bind_addr</a> | The address the Pomerium Console will listen on. |`:8701`|
84
+
| <aclassName="entRef-anchor"id="bootstrap-service-account">#</a><ahref="#bootstrap-service-account">bootstrap_service_account</a> | Enable the bootstrap service account. |`false`|
85
+
| <aclassName="entRef-anchor"id="cache-dir">#</a><ahref="#cache-dir">cache_dir</a> | Directory to use for caching. | Cache only in memory. |
82
86
| <aclassName="entRef-anchor"id="customer-id">#</a><ahref='#customer-id'>customer_id</a> | The customer ID | none |
83
87
| <aclassName="entRef-anchor"id="database-encryption-key">#</a><ahref='#database-encryption-key'>database_encryption_key</a> | The base64-encoded encryption key for encrypting sensitive data in the database. | none |
84
88
| <aclassName="entRef-anchor"id="database-encryption-key-file">#</a><ahref='#database-encryption-key-file'>database_encryption_key_file</a> | Loads base64-encoded `database-encryption-key` secret from a file. | none |
0 commit comments