Skip to content

Commit 5ccaa9f

Browse files
committed
add bootstrap_service_account and cache_dir options
1 parent 8996894 commit 5ccaa9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/docs/deploy/enterprise/configure.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ All values are case sensitive unless otherwise noted.
3535
| <a className="entRef-anchor" id="audience">#</a><a href='#audience'>AUDIENCE</a> | A list of audiences for verifying the signing key. | `[]` |
3636
| <a className="entRef-anchor" id="authenticate-service-url">#</a><a href='#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 |
3737
| <a className="entRef-anchor" id="bind-addr">#</a><a href='#bind-addr'>BIND_ADDR</a> | The address the Pomerium Console will listen on. | `:8701` |
38+
| <a className="entRef-anchor" id="bootstrap-service-account">#</a><a href="#bootstrap-service-account">BOOTSTRAP_SERVICE_ACCOUNT</a> | Enable the bootstrap service account. | `false` |
39+
| <a className="entRef-anchor" id="cache-dir">#</a><a href="#cache-dir">CACHE_DIR</a> | Directory to use for caching. | Cache only in memory. |
3840
| <a className="entRef-anchor" id="customer-id">#</a><a href='#customer-id'>CUSTOMER_ID</a> | The customer ID | none |
3941
| <a className="entRef-anchor" id="database-encryption-key">#</a><a href='#database-encryption-key'>DATABASE_ENCRYPTION_KEY</a> | The base64-encoded encryption key for encrypting sensitive data in the database. | none |
4042
| <a className="entRef-anchor" id="database-encryption-key-file">#</a><a href='#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.
7981
| <a className="entRef-anchor" id="audience">#</a><a href='#audience'>audience</a> | A list of audiences for verifying the signing key. | `[]` |
8082
| <a className="entRef-anchor" id="authenticate-service-url">#</a><a href='#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 |
8183
| <a className="entRef-anchor" id="bind-addr">#</a><a href='#bind-addr'>bind_addr</a> | The address the Pomerium Console will listen on. | `:8701` |
84+
| <a className="entRef-anchor" id="bootstrap-service-account">#</a><a href="#bootstrap-service-account">bootstrap_service_account</a> | Enable the bootstrap service account. | `false` |
85+
| <a className="entRef-anchor" id="cache-dir">#</a><a href="#cache-dir">cache_dir</a> | Directory to use for caching. | Cache only in memory. |
8286
| <a className="entRef-anchor" id="customer-id">#</a><a href='#customer-id'>customer_id</a> | The customer ID | none |
8387
| <a className="entRef-anchor" id="database-encryption-key">#</a><a href='#database-encryption-key'>database_encryption_key</a> | The base64-encoded encryption key for encrypting sensitive data in the database. | none |
8488
| <a className="entRef-anchor" id="database-encryption-key-file">#</a><a href='#database-encryption-key-file'>database_encryption_key_file</a> | Loads base64-encoded `database-encryption-key` secret from a file. | none |

0 commit comments

Comments
 (0)