2020-12-15 02:05:14 UTC - Joshua Dunham: Hey Everyone, Most likely this has been asked (but Google didn't know)... can I extend the base python3 OW image with py3.8? I have a blackbox container I want to make and it only ships for py3.8 unfortunately. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1607997914405800 ---- 2020-12-15 03:07:50 UTC - Rodric Rabbah: i dont see why not https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1608001670406000 ---- 2020-12-15 23:22:30 UTC - Bilal: Hey everyone, are default variables still the proper way to pass secrets/tokens/api keys to an action? I'm also using a self-hosted kubernetes deployment, any way I can leverage <https://kubernetes.io/docs/concepts/configuration/secret/|kubernetes concept of secrets>? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1608074550407500?thread_ts=1608074550.407500&cid=C3TPCAQG1 ---- 2020-12-15 23:52:35 UTC - Rodric Rabbah: That’d be interesting in a self hosted environment. You’d have to modify the invoker I think.
It is possible to label parameters as “init” time which makes them available as environment variables and at init time for the action. The REST api supports this but I’m not sure we added this feature to Wsk cli. (It’s available in other clients though) https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1608076355410200?thread_ts=1608074550.407500&cid=C3TPCAQG1 ----