Skip to content

Conversation

BacLuc
Copy link
Contributor

@BacLuc BacLuc commented Jul 15, 2025

That you know if something useful is in the environment.

And against which cluster this KUBECONFIG is deploying.

That you know if something useful is in the environment.
@BacLuc BacLuc requested a review from a team July 15, 2025 19:39

mkdir ~/.kube && echo '${{ secrets.KUBECONFIG }}' > ~/.kube/config && chmod go-r ~/.kube/config

cat ~/.kube/config
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Kubeconfig is one of our most valuable secrets, since it allows accessing all our other secrets in the environment of the running containers. I'd vote against ever outputting this on the console (even though I'd expect GitHub to censor it anyways).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is censored, no problem

@BacLuc BacLuc requested review from a team and carlobeltrame July 22, 2025 19:11
@BacLuc BacLuc requested a review from a team July 22, 2025 21:53
@BacLuc
Copy link
Contributor Author

BacLuc commented Sep 6, 2025

ping @ecamp/core

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants