Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Support storage HMAC key
Browse files Browse the repository at this point in the history
Issue: crossplane-contrib#51
This resource is needed to do S3-style access on GCS buckets

As this comment shows: crossplane-contrib#197 (comment), this resource causes an import cycle
However, we can resolve that by putting the resource in the `cloudplatform` package.
While, this key is specific to storage, it is still just a product of a service account and isn't linked to any storage resources.

Signed-off-by: Julien Duchesne <[email protected]>
  • Loading branch information
julienduchesne committed May 2, 2023
1 parent 3cdb700 commit f91820b
Show file tree
Hide file tree
Showing 17 changed files with 999 additions and 4 deletions.
168 changes: 168 additions & 0 deletions apis/cloudplatform/v1beta1/zz_generated.deepcopy.go

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

66 changes: 66 additions & 0 deletions apis/cloudplatform/v1beta1/zz_generated.managed.go

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

9 changes: 9 additions & 0 deletions apis/cloudplatform/v1beta1/zz_generated.managedlist.go

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

26 changes: 26 additions & 0 deletions apis/cloudplatform/v1beta1/zz_generated.resolvers.go

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

74 changes: 74 additions & 0 deletions apis/cloudplatform/v1beta1/zz_generated_terraformed.go

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

Loading

0 comments on commit f91820b

Please sign in to comment.