provider-gcp icon indicating copy to clipboard operation
provider-gcp copied to clipboard

Adding secretsmanager support

Open RealHarshThakur opened this issue 3 years ago • 9 comments

Signed-off-by: Harsh Thakur [email protected]

Description of your changes

Fixes #https://github.com/crossplane/provider-gcp/issues/294

I have:

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

TODO:

  • [x] Implement type SecretVersion . This is where data is going to reside
  • [ ] Add Kubernetes SecretRef

How has this code been tested

  • [ ] Add unit tests

Manually tried creating, updating, syncing and deleting the secret(GCP) resource. Manually tried creating a secret version , changed it's states and deleting the secret version

RealHarshThakur avatar Feb 21 '21 19:02 RealHarshThakur