-
Notifications
You must be signed in to change notification settings - Fork 55
feat(onboarding,cloud-host-scanner): v2 enables cloud_account GCP WIF usage [SSPROD-35921] #487
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
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
7e67fdf
feat: enables cloud_account GCP WIF usage
fef1eb8
Merge branch 'master' into gcp-agentless-onboarding
174e682
ci: TF_ACC usage
d908313
doc: update
f491ca2
ci: ignore goland run profiles
9ad9ee7
ci: doh!
44b47bf
ci: lint
297fabe
ci: add TF_LOG
55e03c5
chore: wip added main test and code
7dc6a3f
fix: email only on wif
1b047cd
chore: wip working on post apply changes
ab37893
ci: lint
c422261
chore: min
ae5cf99
chore: ignore import state on component
f0598c2
doc: no tenant, only for azure
3e52488
ci: moar tests
e790db9
Merge branch 'master' into gcp-agentless-onboarding
488e57b
ci: lint
b18c642
Merge branch 'master' into gcp-agentless-onboarding
a6b1fa7
ci: restore .gitignore
b25f1d9
chore: revert function position
30abc34
Merge branch 'master' into gcp-agentless-onboarding
885e8ce
feat(onboarding,cloud-host-scanner): v2 enables cloud_account GCP WIF…
546fdbf
tests: enable failing test
5c89dee
test: add another test
f536fb1
fix: json marshall ordering
885e2ed
ci: pr review changes
7ed2a93
Merge branch 'master' into gcp-agentless-onboarding-2
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,12 @@ | ||
| # prod/kubelab | ||
| # export SYSDIG_SECURE_URL=https://secure.sysdig.com | ||
|
|
||
| # credentials | ||
| export SYSDIG_SECURE_API_TOKEN= | ||
| export SYSDIG_MONITOR_API_TOKEN= | ||
|
|
||
| # export SYSDIG_SECURE_URL=https://secure.sysdig.com | ||
|
|
||
| # whether to run local acc test | ||
| export TF_ACC=false | ||
|
|
||
| # terraform log level | ||
| export TF_LOG=DEBUG |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @cgeers just so you are aware of this.
for me it's ok to merge with this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm still scratching my head on they why here, but I'm willing to accept it as a benign change that spoon feeds our tf tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
haha, yeah... if you want to dig more into the issue feel free to do so, but let's agree on some criteria to accept this PR and unblock us; you can work on digging more anytime later.
i was there for couple of days and i'm ok letting it go...
gotta say though, i'm not expert on go, neither the json libraries. maybe you do see some other option