aritra24 commented on code in PR #52156:
URL: https://github.com/apache/airflow/pull/52156#discussion_r2936420302
##########
go-sdk/pkg/edgeapi/client.go:
##########
@@ -39,6 +39,7 @@ func WithEdgeAPIJWTKey(key []byte) ClientOption {
now := time.Now().UTC().Unix()
t := jwt.NewWithClaims(jwt.SigningMethodHS512,
jwt.MapClaims{
"method": endpointPath,
+ "iss": "airflow",
"aud": "api",
Review Comment:
This one needs fixing, needs to come from config. I added it temporarily
since without the issuer the validating was failing for me. @ashb maybe you can
comment?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]