Actions
Feature #16800
openPAM sets Arvados environment vars
Story points:
-
Release:
Release relationship:
Auto
Description
I think the way this is supposed to work:
- pam_sm_authenticate() calls pam_set_data() to stash the Arvados token
- pam_sm_open_session() uses pam_get_data() to read the token back out
- pam_sm_open_session() calls pam_putenv() to set ARVADOS_API_TOKEN and ARVADOS_API_HOST.
Actions