Skip to content

How can I do a signed url in Aidbox? #492

Answered by KGOH
pavlushkin asked this question in Q&A
Discussion options

You must be logged in to vote

Solution could be 2 custom operations:
One to generate signed url: create a jwt with url of the desired endpoint or resource id, expiration, etc
Another operation to process it: get token from the url, put it to headers
And access policy to allow access to the endpoint by checking jwt claims

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by pavlushkin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants