backend-common: allow for multiple signing keys in ServerTokenManager

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
MT Lewis
2021-11-25 18:42:07 +00:00
parent 51608d2021
commit 189f7f8a72
4 changed files with 64 additions and 23 deletions
+2 -1
View File
@@ -26,7 +26,8 @@ backend:
# Used for enabling authentication, secret is shared by all backend plugins
# See backend-to-backend-auth.md in the docs for information on the format
# auth:
# secret: ${BACKEND_SECRET}
# keys:
# - secret: ${BACKEND_SECRET}
baseUrl: http://localhost:7007
listen:
port: 7007