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 cluster prep helm charts #241

Closed izgeri closed 3 years ago

izgeri 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:

Kubernetes cluster prep helm chart test scenarios

rpothier commented 3 years ago

Split this issue into two as the Namespace prep helm charts are not available yet. This issue now is just for the cluster prep. Here is the Namespace issue.