Skip to content

Commit 9721c4f

Browse files
tcrassetdominic-r
andauthored
website/docs: automated install: mention no file:// vars (#20043)
* Clarify environment variable usage for automated install Add note about environment variable limitations in automated install guide. Closes #11023 Signed-off-by: Tom Crasset <25140344+tcrasset@users.noreply.github.com> * Apply suggestion from @dominic-r Signed-off-by: Dominic R <dominic@sdko.org> --------- Signed-off-by: Tom Crasset <25140344+tcrasset@users.noreply.github.com> Signed-off-by: Dominic R <dominic@sdko.org> Co-authored-by: Dominic R <dominic@sdko.org>
1 parent 3f1a0f8 commit 9721c4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/docs/install-config/automated-install.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ title: Automated install
44

55
To install authentik automatically (skipping the Out-of-box experience), you can use the following environment variables on the worker container:
66

7+
:::info
8+
These can't be defined using the file-based syntax (`file://`), so you can't pass them in as secrets in a Docker Compose installation.
9+
:::
10+
711
### `AUTHENTIK_BOOTSTRAP_PASSWORD`
812

913
Configure the default password for the `akadmin` user. Only read on the first startup. Can be used for any flow executor.

0 commit comments

Comments
 (0)