You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first step is to achieve the following behavior on the eoapi/stac/collections endpoint, using the tools available in the IAM building block (KeyCloak, API Gateway, policies):
GET requests are allowed anonymously
POST requests require some form of authentication and authorization
Acceptance criteria
A route has been created in the IAM building block that implements the above behavior
The text was updated successfully, but these errors were encountered:
We want to try out how we can use the IAM building block to add authorization to relevant methods in the STAC API Transaction Extension.
The first step is to achieve the following behavior on the
eoapi/stac/collections
endpoint, using the tools available in the IAM building block (KeyCloak, API Gateway, policies):GET
requests are allowed anonymouslyPOST
requests require some form of authentication and authorizationAcceptance criteria
The text was updated successfully, but these errors were encountered: