mirror of
https://github.com/lone-cloud/prism
synced 2026-06-03 08:43:10 -07:00
highlight the importance of a strong API key password
This commit is contained in:
parent
9a85b78543
commit
24f0174444
2 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# Required: API key for authentication
|
# Required: Password for web UI login and credential encryption (use a strong unique password)
|
||||||
# API_KEY=your-secret-key-here
|
# API_KEY=your-secret-key-here
|
||||||
|
|
||||||
# Optional Configuration
|
# Optional Configuration
|
||||||
|
|
|
||||||
|
|
@ -276,5 +276,6 @@ curl http://localhost:8080/api/v1/health \
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## API Key Security
|
||||||
|
|
||||||
|
Your API_KEY is both the login password and the master encryption key for all integration credentials. Use a strong unique password. Changing it will make all encrypted credentials unrecoverable.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue