I would like to passe some information to the user’s pod such like the auth_token. I guess it is possible to pass some information with c.KubeSpawner.pre_spawn_hook (and environment variable) but I can’t access to the token. How can I pass that information, please ?
After that change, the user pod environment should have two new variables (those specified above). You can access them either in a terminal or with python.
@yilas Would you mind sharing more of your helm file, or taking a look at the thread I just made with a similar issue? I’m trying to pass the access_token from the auth_state with a custom authenticator as well