Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Service]: VerifiedPermissions #32158

Closed
7 tasks done
nolotz opened this issue Jun 22, 2023 · 13 comments · Fixed by #38181
Closed
7 tasks done

[New Service]: VerifiedPermissions #32158

nolotz opened this issue Jun 22, 2023 · 13 comments · Fixed by #38181
Labels
new-data-source Introduces a new data source. new-resource Introduces a new resource. new-service Introduces a new service. service/verifiedpermissions Issues and PRs that pertain to the verifiedpermissions service.
Milestone

Comments

@nolotz
Copy link
Contributor

nolotz commented Jun 22, 2023

Description

In AWS's recent announcements, they've unveiled a new service called VerifiedPermissions, an innovative feature that I believe could be a valuable addition to this provider. I was wondering if there were any plans to support this new service.

Requested Resource(s) and/or Data Source(s)

Resources

Data Sources

Potential Terraform Configuration

resource "aws_verifiedpermissions_policy_store" "test" {
	validation_settings {
		mode = ""
	}
	schema {
		cedar_json = ""
	}
}

resource "aws_verifiedpermissions_policy_template" "test" {
	policy_store_id = aws_verifiedpermissions_policy_store.test.id

	description = ""
	statement = ""
}

resource "aws_verifiedpermissions_policy" "test" {
	policy_store_id = aws_verifiedpermissions_policy_store.test.id

        static {
	        description = ""
	        statement = ""
        }
        
        template_linked {
	        policy_template_id = aws_verifiedpermissions_policy_template.test.id
        
	        principal {
		        entity_id = ""
		        entity_type = ""
	        }
        
	        resource {
		        entity_id = ""
		        entity_type = ""
	        }
        }
}

resource "aws_verifiedpermissions_identity_source" "test" {
	policy_store_id = aws_verifiedpermissions_policy_store.test.id

	principal_entity_type = ""

	cognito_user_pool_configuration {
		client_ids = [""]
		user_pool_arn = ""
	}
}

References

Would you like to implement a fix?

Yes

@nolotz nolotz added the needs-triage Waiting for first response or review from a maintainer. label Jun 22, 2023
@github-actions
Copy link

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

@justinretzolk justinretzolk added new-resource Introduces a new resource. new-data-source Introduces a new data source. new-service Introduces a new service. and removed needs-triage Waiting for first response or review from a maintainer. labels Jun 22, 2023
@nolotz nolotz changed the title [New Service]: VerifiedPermission [New Service]: VerifiedPermissions Jun 23, 2023
@ryancausey
Copy link

This should also include the ability to create and update the schema of the policy store:

@justinretzolk is there anything beyond the 👍 on the issue to get this moving sooner?

@prashant-joshi-25
Copy link

bump!

@outragedhuman
Copy link

Our organization is very interested in this to aid with automated deployments for AVP policies.

@steve-heine
Copy link

bump

@trp-mike-mckinney
Copy link

We are looking at using verified permissions and terraform support would be very helpful for our implementation

@github-actions github-actions bot added the service/verifiedpermissions Issues and PRs that pertain to the verifiedpermissions service. label Jan 9, 2024
@jaypeeig
Copy link

bump

@oleksandr-kinship
Copy link

bump, looking forward to have all resources available in Pulumi AWS provider

@annaguerrei-paxos
Copy link

bump

Copy link

Warning

This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them.

Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed.

@github-actions github-actions bot added this to the v5.58.0 milestone Jul 11, 2024
Copy link

This functionality has been released in v5.58.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new-data-source Introduces a new data source. new-resource Introduces a new resource. new-service Introduces a new service. service/verifiedpermissions Issues and PRs that pertain to the verifiedpermissions service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

10 participants