You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Kubernetes admin
I want a helm test that I can run after running the cluster prep helm chart
So that I can validate that the resources created by the helm chart are sufficient for apps running in my cluster to use the Kubernetes authenticator
Create test scripts for test Job (2 points)
Check the Conjur URL (curl -k) to make sure it can be pinged from the cluster
Create container image for test Job
Create test manifest
Add /info endpoint validation to the helm test (2 points)
Verify authenticator ID, account (eg using /info endpoint like the python CLI)
Add test host authentication verification to the helm test (4 points)
As a Kubernetes admin
I want a helm test that I can run after running the cluster prep helm chart
So that I can validate that the resources created by the helm chart are sufficient for apps running in my cluster to use the Kubernetes authenticator
curl -k
) to make sure it can be pinged from the cluster/info
endpoint validation to the helm test (2 points)/info
endpoint like the python CLI)The text was updated successfully, but these errors were encountered: