jelasticozor / deployment-infrastructure

0 stars 0 forks source link

Organise automatic k8s api token renewal #6

Open zadigus opened 2 years ago

zadigus commented 2 years ago

Upon jelastic environment installation, a token is defined to interact with kubernetes API. With that token, a user can do anything on the cluster. For that reason, it is dangerous not to change it regularly.

However, this is more complicated to do as to say. Indeed, we need an automated way to instruct our gitlab ci / cd that the token changed.