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 end-to-end tests for Kubernetes sidecars with Conjur OSS in Kubernetes #242

Closed izgeri closed 3 years ago

izgeri commented 3 years ago

Overview

CI automation is required to perform E2E testing the deployment of Kubernetes authenticator sidecars using Conjur OSS that has been deployed via Conjur OSS Helm chart.

Almost all of the scripting to support this CI is covered in Issue #239. There will be a small, incremental amount of scripting to:

This can use either of the following as a test platform:

Dependencies

Required authenticators

This CI must include testing for the following authenticator types:

DoD

izgeri commented 3 years ago

Is #247 really required for this? I'm wondering if we can prioritize getting this running e2e without it, which would mean e2e tests with authn-k8s client sidecar

getting the e2e flow running with the SP subchart could be a follow-on activity

izgeri commented 3 years ago

Closing as a duplicate of #239