You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Flux PAM module needs to take the following steps to allow use of multi-user subinstances by an arbitrary guest:
(step 1 is the part that is implemented now)
Permit access if user has an active job in the root instance on the current node
else If there is an active job for user flux on the current node and this is rank 0 of that job: permit access
else open a handle to the child instance and read configuration, if access.allow-guest-user=false: deny access
else goto 1 using the child instance handle
We can currently only accomplish steps 1,2 here, since the PAM module has no way to discover the local-uri for a subinstance on an arbitrary rank of the job.
I wonder if there's some simple way subinstances with the same userid as their parent can publish their local-uri such that the PAM module can fetch it?
The text was updated successfully, but these errors were encountered:
The Flux PAM module needs to take the following steps to allow use of multi-user subinstances by an arbitrary guest:
(step 1 is the part that is implemented now)
flux
on the current node and this is rank 0 of that job: permit accessaccess.allow-guest-user=false
: deny accessWe can currently only accomplish steps 1,2 here, since the PAM module has no way to discover the local-uri for a subinstance on an arbitrary rank of the job.
I wonder if there's some simple way subinstances with the same userid as their parent can publish their local-uri such that the PAM module can fetch it?
The text was updated successfully, but these errors were encountered: