Skip to content

register.py: Do not chown token file in container - #30

Open
matyasselmeci wants to merge 1 commit into
opensciencegrid:masterfrom
matyasselmeci:pr/no-chown
Open

register.py: Do not chown token file in container#30
matyasselmeci wants to merge 1 commit into
opensciencegrid:masterfrom
matyasselmeci:pr/no-chown

Conversation

@matyasselmeci

Copy link
Copy Markdown
Contributor

Inside a container, chowning a token to the condor user generally creates a token that is not accessible by the user who ran the container.

This is especially true if user namespaces are used (e.g. with podman), since it will be chowned to one of the users' subuids, and they would have to sudo or podman unshare to chown it to something they can use.

Inside a container, chowning a token to the condor user generally
creates a token that is not accessible by the user who ran the
container.

This is especially true if user namespaces are used (e.g. with podman),
since it will be chowned to one of the users' subuids, and they would
have to `sudo` or `podman unshare` to chown it to something they can
use.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant