cyberark / conjur-authn-k8s-client

Authentication sidecar for Conjur Kubernetes integration.
https://www.conjur.org
Apache License 2.0
11 stars 14 forks source link

There are helm release validation tests for the Conjur namespace prep helm charts #333

Closed rpothier closed 3 years ago

rpothier commented 3 years ago

Helm release validation tests will make use of the Helm Test feature to validate deployed instances (releases) of Helm charts.

Helm release validation tests are available for both the Kubernetes cluster prep Helm chart and the application Namespace prep Helm chart.

The list of automated test cases below include both positive test cases (for which Helm test success is expected) and negative test cases (for which Helm test failure is expected, e.g. for incorrect configuration). In essence, we are “validating the validator” for our Helm release validation tests.

The overall workflow for this automated testing is:

Application namespace prep helm chart test scenarios

rpothier commented 3 years ago

This issue was split from the cluster prep issue.