docs: align gateway auth docs with config schema
This commit is contained in:
@@ -289,12 +289,11 @@ rm /tmp/anthropic_key.txt
|
||||
|
||||
```yaml
|
||||
# config/production.yaml
|
||||
gateway:
|
||||
enabled: true
|
||||
auth:
|
||||
token: 'your-random-token-here' # Generate with: openssl rand -hex 32
|
||||
trustTailscaleIdentity: true
|
||||
applyToHttp: true
|
||||
server:
|
||||
token: 'your-random-token-here' # Generate with: openssl rand -hex 32
|
||||
tailscale_identity: true
|
||||
auth_http: true
|
||||
lock: false
|
||||
```
|
||||
|
||||
Generate a secure token:
|
||||
@@ -302,6 +301,21 @@ Generate a secure token:
|
||||
openssl rand -hex 32
|
||||
```
|
||||
|
||||
#### Safe Defaults (Recommended)
|
||||
|
||||
These defaults align with `docs/security/SAFE_PERSONAL_AGENT.md`:
|
||||
|
||||
```yaml
|
||||
pairing:
|
||||
enabled: true
|
||||
|
||||
tools:
|
||||
profile: messaging
|
||||
|
||||
sandbox:
|
||||
enabled: true
|
||||
```
|
||||
|
||||
#### Channel Whitelists
|
||||
|
||||
Restrict who can interact with Flynn:
|
||||
|
||||
Reference in New Issue
Block a user