8000 Documentation/rotate jwt docublocks by Simran-B · Pull Request #339 · arangodb/docs · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Documentation/rotate jwt docublocks #339

Merged
merged 4 commits into from
Feb 19, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add link
  • Loading branch information
Simran-B committed Feb 18, 2020
commit 6a1730d4f3fad6b34c29056a5d62bff6c4a79dbe
7 changes: 4 additions & 3 deletions 3.7/release-notes-new-features37.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,10 @@ There are now new APIs and startup options for JWT secrets. The new option
`--server.jwt-secret-folder` can be used to specify a path for more than one
JWT secret file.

Additionally the `/_admin/server/jwt` API can be used to reload the JWT secrets
of a local arangod process without having to restart it (hot-reload). This may
be used to roll out new JWT secrets throughout an ArangoDB cluster.
Additionally the `/_admin/server/jwt` API can be used to
[reload the JWT secrets](http/general.html#hot-reload-of-jwt-secrets)
of a local arangod process without having to restart it (hot-reload).
This may be used to roll out new JWT secrets throughout an ArangoDB cluster.

### TLS key and certificate rotation

Expand Down
0