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

Add google_storage_hmac_key #546

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

jake-ciolek
Copy link
Contributor

@jake-ciolek jake-ciolek commented Jun 18, 2024

Allow creating HMAC keys for GCP Cloud Storage.

This has been tested and applying the following results in a successful creation of a HMAC key. Its private key is written to the target namespace. To check on your machine, try out the example in:

examples/storage/v1beta1/hmackey.yaml

We at AlphaSense would appreciate if you could review this one as we rely on it for one of our internal initiatives.

Description of your changes

This adds the ability to manage GCP Cloud Storage HMAC keys through Crossplane.

There was an earlier pull request by someone else, see #261 which unfortunately got closed due to issues with Upjet and import cycles. Those issues were resolved since then.

I have:

  • Read and followed Crossplane's [contribution process].
  • Run make reviewable to ensure this PR is ready for review.
  • Added backport release-x.y labels to auto-backport this PR if necessary.

How has this code been tested

Ran make reviewable and also tried out the resource in my GCP project (creation, deletion and secret creation).

A successful uptest run: https://github.com/crossplane-contrib/provider-upjet-gcp/actions/runs/9565894913

Allow creating HMAC keys for Cloud Storage.

This has been tested and applying the following results
in a successful creation of a HMAC key. Its private key
is written to the target namespace:

examples/storage/v1beta1/hmackey.yaml

Signed-off-by: Jakub Ciolek <[email protected]>
@jeanduplessis
Copy link
Collaborator

/test-examples="examples/storage/v1beta1/hmackey.yaml"

@jeanduplessis
Copy link
Collaborator

#@jake-ciolek thank you for this contribution. The maintainers are on PTO this week, but we'll look at it when they are back and aim to release a new version of the provider before month end.

Copy link
Collaborator

@turkenf turkenf left a comment

Choose a reason for hiding this comment

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

Many thanks for your effort @jake-ciolek 🙌

@turkenf turkenf merged commit 6484569 into crossplane-contrib:main Jun 24, 2024
10 checks passed
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.

3 participants