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

Add secure-onboarding organization acc test #461

Merged
merged 4 commits into from
Dec 14, 2023

Commits on Dec 13, 2023

  1. Add secure-onboarding organization acc test

    Change summary:
    ----------------
    Terraform acceptance tests use real Terraform configurations to
    exercise the code in real plan, apply, refresh, and destroy life cycles.
    
    TF acceptance tests for secure org onboarding need an actual existing gcp project
    along with an actual service_principal_key to scrape all folders and projects under the org.
    Without it POST /organizations API fail with 500 error and hence we could not
    add org acceptance tests working with the sysdig backend APIs.
    
    To handle this, adding the org acceptance tests with skip on this particular error check.
    With this, we can get some decent test coverage for the HCL and the APIs for org.
    ravinadhruve10 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    2092200 View commit details
    Browse the repository at this point in the history
  2. Fix the linting

    ravinadhruve10 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    13458c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Fix HCL formatting

    ravinadhruve10 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    0b70a7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08cce49 View commit details
    Browse the repository at this point in the history