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

chore(Makefile): directives for Go pkg dependencies #10

Merged
1 commit merged into from
Mar 25, 2020
Merged

Conversation

ghost
Copy link

@ghost ghost commented Mar 25, 2020

Adding a couple of new Makefile directives:

make deps

Vendors all go dependencies, if UPDATE_DEP env variable is specified,
it updates that single dependency.

Example: Update the Lacework go-sdk package

$ UPDATE_DEP=github.com/lacework/go-sdk make deps

make alldeps

Same as deps but for all dependencies.

Signed-off-by: Salim Afiune Maya afiune@lacework.net

Signed-off-by: Salim Afiune Maya <afiune@lacework.net>
@ghost ghost requested review from mjunglw and scottford-lw March 25, 2020 15:51
@ghost ghost self-assigned this Mar 25, 2020
@ghost ghost merged commit 27600b9 into master Mar 25, 2020
@ghost ghost deleted the afiune/go-deps branch April 2, 2020 20:40
afiune added a commit that referenced this pull request Oct 7, 2020
When you run terraform apply after creating a gcp resource, we were
trying to update the `private_key` when it is a sensitive element and
the Lacework server, for security reasons, doesn't return that secret,
which means that the resource was always different.

We are adding a suppression to avoid updating the resource.

Closes hashicorp/terraform-provider-lacework#4

Signed-off-by: Salim Afiune Maya <afiune@lacework.net>
dmurray-lacework pushed a commit that referenced this pull request May 27, 2021
When you run terraform apply after creating a gcp resource, we were
trying to update the `private_key` when it is a sensitive element and
the Lacework server, for security reasons, doesn't return that secret,
which means that the resource was always different.

We are adding a suppression to avoid updating the resource.

Closes hashicorp/terraform-provider-lacework#4

Signed-off-by: Salim Afiune Maya <afiune@lacework.net>
This pull request was closed.
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.

2 participants