conjurdemos / kubernetes-conjur-demo

Demo application for Conjur Kubernetes integration
11 stars 14 forks source link

Adds CI for testing annotation-based authn on OpenShift with DAP #111

Closed diverdane closed 3 years ago

diverdane commented 3 years ago

Adds CI for testing annotation-based authn on OpenShift with DAP

The current CI test cases test authn-k8s on OpenShift platforms using host-ID-based authentication. This change adds test cases for testing authn-k8s on OpenShift using DAP and the newer-style, annotation-based authentication, where the Kubernetes resources being authenticated are configured as annotations on the host definition in the Conjur policy.

NOTE: The annotation-based tests that are being added do not include the use of the OpenShift DeploymentConfigs resources as application identity. This will be addressed with the following:

Addresses Issue #109