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

feat(cloudfront): Add OriginalAccessControl controller #2120

Conversation

jbcjorge
Copy link
Contributor

@jbcjorge jbcjorge commented Nov 4, 2024

Description of your changes

This adds the missing CloudFront:OriginAccessControl type, most of the changes are autogenerated except the originaccesscontrol/setup.go file in the CloudFront controller.

It validates additionally the specific enums for the OriginType, SigningBehavior and SigningProtocol as well as the length of the name of the AWS resource

I have:

  • Read and followed Crossplane's [contribution process].
  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

Tested in a productive environment:

  • Creation of a new resource
  • Observe existing resource
  • Modified existing resource
  • Orphan managed resource
  • Deletion of managed resource

@jbcjorge jbcjorge force-pushed the feature/cloudfront_originaccesscontrol branch from a0b54f4 to 8b9a392 Compare November 4, 2024 14:30
Signed-off-by: Jorge Millán <jbcjorge@gmail.com>

This adds the missing CloudFront:OriginAccessControl type, most of the
changes are autogenerated except the `originaccesscontrol/setup.go` file
in the CloudFront controller.

It validates additionally the specific enums for the `OriginType`,
`SigningBehavior` and `SigningProtocol` as well as the length of the
name of the AWS resource
Signed-off-by: Jorge Millán <jbcjorge@gmail.com>
@jbcjorge jbcjorge force-pushed the feature/cloudfront_originaccesscontrol branch from 9defd43 to 589ad2c Compare November 4, 2024 14:59
Signed-off-by: Jorge Millán <jbcjorge@gmail.com>
@jbcjorge jbcjorge force-pushed the feature/cloudfront_originaccesscontrol branch from 39818ee to a2f5f4c Compare November 4, 2024 15:32
Signed-off-by: Jorge Millán <jbcjorge@gmail.com>
Copy link
Collaborator

@MisterMX MisterMX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you very much @jbcjorge!

@MisterMX MisterMX merged commit 11cd0c4 into crossplane-contrib:master Nov 4, 2024
8 of 9 checks passed
@jbcjorge jbcjorge deleted the feature/cloudfront_originaccesscontrol branch November 4, 2024 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants