indigo-dc / jenkins-pipeline-library

Jenkins pipeline library with common functionalities for CI/CD environments, mainly targeted for the implementation of the SQA baseline requirements from https://indigo-dc.github.io/sqa-baseline/
Apache License 2.0
11 stars 6 forks source link

Improve access to K8s API using ssh-oidc #192

Open samuelbernardolip opened 1 year ago

samuelbernardolip commented 1 year ago

As described in ssh-oidc issue #10, it would be useful to provide a way for users to access the deployed testbed, so they can troubleshoot or debug their code in real infrastructure. For that, it would be possible to use ssh-oidc with an ssh endpoint to access K8s API. That will provide a way to isolate the K8s cluster API and at the same time allow users to access the containers in their deployment.