cyberark / conjur

CyberArk Conjur automatically secures secrets used by privileged users and machine identities
https://conjur.org
Other
757 stars 122 forks source link

K8S authenticator has been tested against Conjur OSS #816

Open ismarc opened 5 years ago

ismarc commented 5 years ago

Currently, k8s and openshift authenticator tests are run against the Conjur appliance. Additional environments for the tests need to be added so that it is tested against Conjur OSS as well.

sgnn7 commented 5 years ago

@ismarc Our Conjur OSS artifact doesn't have SSL termination which is required for k8s authentication to work in any capacity. The best we could do is maybe run our helm chart with a new image and see if that works maybe.

garkler-zz commented 5 years ago

@ismarc \ @sgnn7 - did we add SSL termination to the OSS as part of the GCP story ? and can this be tested now ? Maybe a good first issue for Andy ?

sgnn7 commented 5 years ago

@garkler SSL termination is included in the helm chart and could be tested now :)

orenbm commented 4 years ago

@sgnn7 does this issue refer to the backend of the k8s authenticator or to the authn-client?

sgnn7 commented 4 years ago

@orenbm This issue is mostly about the k8s authenticator on the serverside with a bit of need to test OSS itself too