My server is been configured to use this configuration:
- TEMPORAL_JWT_KEY_SOURCE1=http://keycloak:9595/realms/gravity/protocol/openid-connect/certs
- TEMPORAL_AUTH_AUTHORIZER=default
- TEMPORAL_AUTH_CLAIM_MAPPER=default
I am getting following exception during startup:
{“level”:“fatal”,“ts”:“2023-08-25T20:21:08.342Z”,“msg”:“error starting scanner”,“service”:“worker”,“error”:“Request unauthorized.”,“logging-call-at”:“service.go:520”,“stacktrace”:“go.temporal.io/server/common/log.(*zapLogger).Fatal\n\t/home/builder/temporal/common/log/zap_logger.go:180\ngo.temporal.io/server/service/worker.(*Service).startScanner\n\t/home/builder/temporal/service/worker/service.go:520\ngo.temporal.io/server/service/worker.(*Service).Start\n\t/home/builder/temporal/service/worker/service.go:404\ngo.temporal.io/server/service/worker.ServiceLifetimeHooks.func1.1\n\t/home/builder/temporal/service/worker/fx.go:136”}
Do you have any idea why?