Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
All Content tagged with Amazon Verified Permissions
Manage fine-grained permissions and authorization within custom applications
Content language: English
Select tags to filter
Sort by most recent
36 results
EXPERT
published 13 days ago1 votes194 views
Understanding the Core AWS Services for Zero Trust Security
**We found out that the developer we hired to manage the setup and installation of our 4D Mirror instance was controlled by the engineer who set up the mirror and the upload of documents from the data...
After hours of help with chatgpt, I still cannot get my anthropic Claude model to create a batch inference job. We have added so many permissions, several in line policies, and bolstered my role acce...
I am trying to implement a very simple policy on AVP where the "when" clause checks on the resource type.
Policy example:
```
permit(principal, action, resource) when { resource is namespace::documen...
Description:
I'm experiencing persistent issues with EKS permissions for an IAM user who has been added to the system:masters group in the aws-auth ConfigMap but continues to receive forbidden errors...
It is very simple to secure an API with AVP following e.g. https://aws.amazon.com/de/blogs/security/authorize-api-gateway-apis-using-amazon-verified-permissions-and-amazon-cognito/
But for a real-liv...
**Current State of Our Application:**
We provide API-level authorization for REST APIs exposed by our application.
We are using Cognito for user authentication and AVP for authorization.
Requests fro...
In AVP i have the following policy template;
```
permit (
principal == ?principal,
action in [NS::Action::"ListUsers"],
resource
);
```
I'm using IsAuthorizedWithToken. Essentially with a ...
I have several folders in my bucket uploaded between 2021 and 2022. The bucket is set to have public read access and everything works great. I went to add another folder this week to the same bucket ...
Hello everyone,
I'm trying to create an API Gateway with authentication based on a Cognito user pool.
To grant or restrict access to the API endpoints, I'm using AWS Verified Permissions with the ne...
We have, for example, the role "Measurer" for multiple companies. For a user to be able to submit data, they must have the role for the specific company they wish to submit to.
Are there examples for...
I have multiple projects and at each project I have multiple roles. How to handle this in verified permission and Cognito ?
Thanks.