cyberark / conjur-authn-k8s-client

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

There are end-to-end tests for Kubernetes sidecars with Conjur Enterprise and follower outside Kubernetes #244

Closed izgeri closed 3 years ago

izgeri commented 3 years ago

Overview

CI automation is required to perform E2E testing of the deployment of Kubernetes authenticator sidecars using Conjur Enterprise with followers outside of the Kubernetes cluster in which the authenticator sidecars are deployed.

This task will use the E2E scripting that is created in Issue #239 to do the "backend" work of deploying the authenticators and a sample sidecar application.

However, scripts will need to be added to add a "front-end" installation of Conjur Enterprise with followers outside of the Kubernetes cluster (to be done before calling the scripts developed for Issue #239). This can probably be based on dap-intro scripts to deploy a Conjur enterprise instance in Jenkins with followers outside of the Kubernetes cluster.

TBD

Dependencies

DoD

izgeri commented 3 years ago

As in #242, is #247 required for this? we can get the e2e flow running with authn-k8s sidecar first