Bronze 2
Since ‎01-20-2022
‎03-08-2023

My Stats

  • 5 Posts
  • 0 Solutions
  • 1 Likes given
  • 0 Likes received

tesfish's Bio

Badges tesfish Earned

View all badges

Recent Activity

I have proxy that implements a " verify-jwt" policy and it is working fine. Verify JWT HS256 request.header.auth-token But I have noticed one problem. The token will not expired. The " jwt.Verify-JWT.is_expired" is always "false". It continues ...
I was using apigee2openapi tool to generate openAPIspec from apigee API proxy on windows.I installed the "apigee2openapi" by running the command( "npm install --location=global apigee2openapi")on my window command.Next I specified the path(destinatio...
I am using the graphql policy in apigeex to route graphql query via apigeex. And my intension is, based on the sub_clientId, I want to deny access to some of clients , if their incoming query has a "query field let's say ABC". And allow to some of th...