1Password / scim-examples

1Password SCIM Bridge deployment examples
https://support.1password.com/scim/
MIT License
148 stars 141 forks source link

Include non-Route 53 DNS configuration option in AWS CloudFormation template #269

Closed ag-adampike closed 4 months ago

ag-adampike commented 1 year ago

Our current CloudFormation template automates DNS record management using Amazon Route 53 for the records that are required:

In this PR, we will enhance our CloudFormation template to enable customers to deploy 1Password SCIM bridge by creating these records in another DNS provider.

The initial commit on this branch modifies the existing template to exclude the Route 53 resources, refactor references to it and its attributes, and enable manual rather than automated record creation for ACM validation. It currently works as expected for this use case.

Criteria for graduating from draft: