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

Feature/keyvault secret #289

Merged

Conversation

G5Olivieri
Copy link
Contributor

Description of your changes

Add support for Azure Key Vault Secret.
The Key Vault Secret implementation only manage Key Vault Secret, so the Key Vault must be created early.

I have:

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

How has this code been tested

  • Unit tests
  • Manually tested

Copy link

@cnatan cnatan left a comment

Choose a reason for hiding this comment

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

Avoid plaintext string to hold sensitive data.

apis/keyvault/v1alpha1/keyvault_secret_types.go Outdated Show resolved Hide resolved
Copy link
Collaborator

@ulucinar ulucinar left a comment

Choose a reason for hiding this comment

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

Thank you @G5Olivieri for working on this!
I see no blockers in this PR. I have some comments to discuss a few issues, and some suggestions.

apis/keyvault/v1alpha1/keyvault_secret_types.go Outdated Show resolved Hide resolved
apis/keyvault/v1alpha1/keyvault_secret_types.go Outdated Show resolved Hide resolved
apis/keyvault/v1alpha1/keyvault_secret_types.go Outdated Show resolved Hide resolved
apis/keyvault/v1alpha1/keyvault_secret_types.go Outdated Show resolved Hide resolved
apis/keyvault/v1alpha1/keyvault_secret_types.go Outdated Show resolved Hide resolved
pkg/controller/keyvault/secret/keyvault_secret.go Outdated Show resolved Hide resolved
pkg/controller/keyvault/secret/keyvault_secret.go Outdated Show resolved Hide resolved
pkg/controller/keyvault/secret/keyvault_secret.go Outdated Show resolved Hide resolved
pkg/controller/keyvault/secret/keyvault_secret.go Outdated Show resolved Hide resolved
pkg/controller/keyvault/secret/keyvault_secret.go Outdated Show resolved Hide resolved
Copy link
Collaborator

@ulucinar ulucinar left a comment

Choose a reason for hiding this comment

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

Also, could you please rebase this PR and make sure all your commits are signed following the guide here. We also require them to be signed-off using something similar to git commit -s (they already are signed-off btw). git log --show-signature should display commit signatures.

Signed-off-by: Glayson Olivieri <glayson.murollo75@gmail.com>
Signed-off-by: Glayson Olivieri <glayson.murollo75@gmail.com>
Signed-off-by: Glayson Olivieri <glayson.murollo75@gmail.com>
Signed-off-by: Glayson Olivieri <glayson.murollo75@gmail.com>
Signed-off-by: Glayson Olivieri <glayson.murollo75@gmail.com>
Signed-off-by: Glayson Olivieri <glayson.murollo75@gmail.com>
Signed-off-by: Glayson Olivieri <glayson.murollo75@gmail.com>
Signed-off-by: Glayson Olivieri <glayson.murollo75@gmail.com>
Signed-off-by: Glayson Olivieri <glayson.murollo75@gmail.com>
Signed-off-by: Glayson Olivieri <glayson.murollo75@gmail.com>
Copy link
Collaborator

@ulucinar ulucinar left a comment

Choose a reason for hiding this comment

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

Thanks for working on this resource @G5Olivieri!

@ulucinar ulucinar merged commit 3a2c932 into crossplane-contrib:master Oct 21, 2021
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.

None yet

3 participants