Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for passing auth creds via fd #39

Merged
merged 1 commit into from Nov 22, 2022

Conversation

cgwalters
Copy link
Collaborator

Motivated by ostreedev/ostree-rs-ext#413 which is in turn an adaption of code that lives in rpm-ostree today from coreos/rpm-ostree@d661e8f which aims to support privilege separation.

This doesn't lower privilege separation into this project (yet), just aids in passing data across boundaries.

Motivated by ostreedev/ostree-rs-ext#413
which is in turn an adaption of code that lives in rpm-ostree
today from coreos/rpm-ostree@d661e8f
which aims to support privilege separation.

This doesn't lower privilege separation into this project (yet),
just aids in passing data across boundaries.

Signed-off-by: Colin Walters <walters@verbum.org>
Copy link
Member

@jmarrero jmarrero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jmarrero jmarrero merged commit 645c6c3 into containers:main Nov 22, 2022
@RishabhSaini
Copy link
Contributor

LGTM

let auth_option_count = [
config.authfile.is_some(),
config.auth_data.is_some(),
config.auth_anonymous,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if this will always be > 1. /me looks.

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.

None yet

3 participants