Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdw committed Jan 16, 2025
1 parent fe26935 commit fb136f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v3/develop/settings-and-profiles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Must be provided in a SQLAlchemy-compatible format. Prefect currently supports S
Self-hosted Prefect servers can be equipped with Basic Authentication through two settings:
- **`server.api.auth_string="admin:pass"`**: this setting should be set with an administrator / password combination, separated by a colon, on any process that hosts the Prefect webserver (for example `prefect server start`).
- **`api.auth_string="admin:pass"`**: this setting should be set with the same administrator / pasword combination as the server on any client process that needs to communicate with the Prefect API (for example, any process that runs a workflow).
- **`api.auth_string="admin:pass"`**: this setting should be set with the same administrator / password combination as the server on any client process that needs to communicate with the Prefect API (for example, any process that runs a workflow).
With these settings, the UI will prompt for the full authentication string `"admin:pass"` (no quotes) upon first load. It is recommended to store this information in a secure way, such as a Kubernetes Secret or in a private `.env` file.
Expand Down

0 comments on commit fb136f8

Please sign in to comment.