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

Support for Secrets Manager #294

Open
RealHarshThakur opened this issue Dec 23, 2020 · 3 comments
Open

Support for Secrets Manager #294

RealHarshThakur opened this issue Dec 23, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@RealHarshThakur
Copy link
Contributor

RealHarshThakur commented Dec 23, 2020

What problem are you facing?

Similar to crossplane-contrib/provider-aws#405 for GCP

How could Crossplane help solve your problem?

By supporting Secrets Manager

I would like to take this issue up. Please assign it to me.cc : @jbw976 @hasheddan

@mmosttler
Copy link

are there any updates on this? We have a need to be able to create a cloud secret manager secret declaratively where we can enforce some standards and set permissions. For our case we expect the secret value to be provided in a different way (not in this manifest).

@dsiguero
Copy link

dsiguero commented Apr 7, 2022

Wasn't crossplane meant to have 100% coverage for cloud resources? https://blog.upbound.io/cloud-service-coverage/

@Feggah
Copy link
Collaborator

Feggah commented Apr 7, 2022

@dsiguero We have achieved 100% coverage with the new Terrajet providers, as highlighted in the blog post that you mentioned:

Crossplane now has 100% coverage for major cloud services with the new providers: provider-jet-aws, provider-jet-azure, and provider-jet-gcp. To create new providers like these, we are introducing Terrajet, a code generation pipeline for creating Crossplane providers.

Note that provider-jet-gcp is another provider, this is the provider-gcp. We are currently trying to simplify this for our users by merging them (crossplane/crossplane#2930), but currently we have two separate ones:

  • Classic providers (written by hand, that's the case of this provider);
  • Generated by Terrajet (this is the provider-jet-gcp);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants