You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| JWT_ADMIN_TOKEN || Used for [bearer authentication]; supply a secret for services that enable Syn |
73
-
| JWT_PRIVATE_KEY |@see base/rootfs/etc/defaults/JWT_PRIVATE_KEY| Private key for JWT authentication, RSA PEM Format is expected (should only be used in the Drupal container) |
74
-
| JWT_PUBLIC_KEY |@see base/rootfs/etc/defaults/JWT_PUBLIC_KEY| Public key for JWT authentication |
73
+
| JWT_PRIVATE_KEY || Private key for JWT authentication, RSA PEM Format is expected (should only be used in the Drupal container) |
74
+
| JWT_PUBLIC_KEY || Public key for JWT authentication |
75
75
76
76
To generate a private public / private key pair use the following.
0 commit comments