Adding access control policy #196
XinboEddie
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Hi @XinboEddie. We're working towards expanding auth solutions with eoAPI and improving documentation around the various strategies one might take. How did this work out for you? I admit that I've never used the IAM authorizer. With this strategy, any request must be signed with AWS access keys, correct? Do you have any need for finer grained controls (ie surfacing a subset of a services functionality to certain users)? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello folks,
I recently deployed eoAPI on AWS and find it hard to customize access roles. The endpoint will expose the entire catalog, collection, and item contents. The built in IAM authorizer under the API gateway is my current solution, and all I need to do is adding IAM policy to user groups. If there is a place to manage access, please let me know. Also, it might also be a good idea to mention this on the set up document.
Beta Was this translation helpful? Give feedback.
All reactions