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

Implement remote archive basic authentication #21

Closed
Knetic opened this issue Jan 13, 2016 · 1 comment
Closed

Implement remote archive basic authentication #21

Knetic opened this issue Jan 13, 2016 · 1 comment
Assignees
Labels

Comments

@Knetic
Copy link
Owner

Knetic commented Jan 13, 2016

#20 will support remote unauthenticated archive fetching, but it's still desirable in some cases to have authenticated remote archives be used.

If a remote archive is requested (either through -a or as the first positional) from an authenticated source, stdin should be used to receive first a username then password, which is then used to try to auth. If auth fails, wisk should quit with a non-zero exit code.

Additionally, the user should be able to specify --user and --pass flags, which are used as the username and password instead of stdin input. If --user is not specified, stdin should be used as if the flags did not contain a --pass.

@Knetic Knetic added the feature label Jan 13, 2016
@Knetic Knetic self-assigned this Jan 13, 2016
@Knetic Knetic added this to the Remote integration milestone Jan 13, 2016
@Knetic
Copy link
Owner Author

Knetic commented Jan 18, 2016

Done as of c155df6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant