cli-edgeworkers icon indicating copy to clipboard operation
cli-edgeworkers copied to clipboard

After recent changes on Akamai create/refresh/download tokens fails when decoding JWT

Open ciandt-crodrigues opened this issue 5 months ago • 6 comments

Commands like akamai edgekv create token token1 --overwrite --staging=allow --production=allow --ewids=all --namespace=default+rwd --expiry=9999-12-31 or akamai edgekv download token token1

fails with error "Error while trying to decode the JWT token"

the reason is because this was not updated to reflect the recent changes on the token described here

It is a real problem for me because my pipeline uses download to retrieve the token to build new edgeworker versions (because we should not version tokens on our version control)

the issue is probably here:

Please Release a fix for this ASAP!

ciandt-crodrigues avatar Sep 04 '24 17:09 ciandt-crodrigues