2i2c-org / binderhub-service

https://2i2c.org/binderhub-service/
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

Setup automatic generation of build pod secret #137

Open consideRatio opened 4 months ago

consideRatio commented 4 months ago

When starting up binderhub-service, we typically see this. I'm not fully read up here, but I think this is to ensure communication between binderhub and the build pod it creates. If however binderhub restarts and it re-generates such secret, it may not be able to communicate with build pods or similar. I'm really not sure atm, but the idea is that if we need some secret, and that should persist between restarts, we should make the chart generate it just like z2jh does for the token shared between hub/proxy for example.

[W 240712 12:30:22 app:702] Generating random build token secret. Set BinderHub.build_token_secret to avoid this warning.

Action points