Participant I
Since ‎06-03-2019
‎06-22-2021

My Stats

  • 5 Posts
  • 1 Solutions
  • 13 Likes given
  • 4 Likes received

JiangKe's Bio

Badges ashishgupta1 Earned

View all badges

Recent Activity

I have create a policy which takes API Key in claim inside a JWT-Token. Token is first decoded. In Verify-Apikey policy, ref value is passed as jwt.Decode-JWT-Int.decoded.claim.apikeyThis verify key is not working if ref is used.In trace, I could fin...
We have developed a API proxy where response is a JWT Token (payload is passed in JWT). Currently it is encrypted with a key saved in KVM. For the caller to decrypt the token we have to share the Key with them (which they will use in the end and will...
I need to assign Shared Flow Deploy to "dev" environment I have given following permissions : { "path" : "/sharedflows/*/revisions/*/deployments", "permissions" : [ "put", "get" ] }But still deployment is not enabled