Skip to content

Commit 59f37f9

Browse files
jenna-winkleredengilbert
authored andcommitted
Update deployment-guide.mdx (i-am-bee#1573)
Signed-off-by: Jenna Winkler <[email protected]> Signed-off-by: Eden Gilbert <[email protected]>
1 parent fbaf13d commit 59f37f9

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/how-to/deployment-guide.mdx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,15 @@ auth:
111111
```
112112
113113
#### Admin authentication
114-
The admin password protects only selected dangerous functionalities, for example, deployment and deletion of agents.
115-
It is intended for basic experimentation and POCs where a proper OIDC/OAuth provider is not available.
114+
115+
The admin password protects only administrative operations: deploying/deleting agents and modifying LLM provider connections. All other functionality is accessible to anyone who can reach the application on your network without authentication, including:
116+
- **Using agents (consuming LLM API credits)**
117+
- Uploading files and creating vector stores
118+
- Managing sessions
119+
120+
**This means anyone on your network can incur LLM costs.** Basic authentication is only suitable for controlled environments (behind VPN/firewall) where you trust everyone with network access.
121+
122+
For production deployments, multi-user environments, or cost control, use OIDC authentication which requires login for all actions.
116123
```yaml
117124
auth:
118125
enabled: true

0 commit comments

Comments
 (0)