conjurdemos / kubernetes-conjur-demo

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

WIP: CI test cases exist for using deployment name as k8s authn ID #93

Closed diverdane closed 4 years ago

diverdane commented 4 years ago

WIP: Adds CI test cases that use the Kubernetes authentication plugin in both GKE and OpenShift environments, using Deployment name (rather than the default service account name) as a Kubernetes authentication ID.

diverdane commented 4 years ago

This PR and the Issue that it is connected to (Issue #92) has been addressed for using Deployment names as identity for GKE with PR #107. Another Issue has been filed to specifically address using DeploymentConfigs in OpenShift CI: Issue #115