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

Implement Cloudfront Origin Access Identity #929

Merged
merged 10 commits into from
Dec 14, 2021
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions apis/cloudfront/v1alpha1/custom_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ type CustomDistributionParameters struct{}

// CustomCachePolicyParameters includes the custom fields of CachePolicy.
type CustomCachePolicyParameters struct{}

// CustomCloudFrontOriginAccessIdentityParameters includes the custom fields of CloudFrontOriginAccessIDentityParameters.
type CustomCloudFrontOriginAccessIdentityParameters struct{}
4 changes: 2 additions & 2 deletions apis/cloudfront/v1alpha1/generator-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ignore:
- RealtimeLogConfig
- MonitoringSubscription
- FieldLevelEncryptionConfig
- CloudFrontOriginAccessIdentity
field_paths:
- DistributionConfig.CallerReference
- Origins.Quantity
- Origins.Quantity
- OriginAccessIdentityConfig.CallerReference
94 changes: 94 additions & 0 deletions apis/cloudfront/v1alpha1/zz_cloud_front_origin_access_identity.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

180 changes: 175 additions & 5 deletions apis/cloudfront/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 56 additions & 0 deletions apis/cloudfront/v1alpha1/zz_generated.managed.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading