[Mercure] Explain if Caddy's publisher_jwt
and subscriber_jwt
should be the same or different
#20378
Labels
publisher_jwt
and subscriber_jwt
should be the same or different
#20378
Ping @dunglas
Mercure's Caddyfile contains two keys:
publisher_jwt
andsubscriber_jwt
(by default populated through the environment variables$MERCURE_PUBLISHER_JWT_KEY
and$MERCURE_SUBSCRIBER_JWT_KEY
).But the bundles's
config/packages/mercure.yaml
contains only onesecret
.How does this fit together? Are people supposed to use the same string for both keys in the Caddyfile?
The text was updated successfully, but these errors were encountered: