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

Optionally support crane/docker style auth for greater compatibility #1239

Open
1 task
ktarplee opened this issue Jan 10, 2024 · 3 comments
Open
1 task

Optionally support crane/docker style auth for greater compatibility #1239

ktarplee opened this issue Jan 10, 2024 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@ktarplee
Copy link

What is the version of your ORAS CLI

main

What would you like to be added?

I would like a flag called --simple-auth. If the flag is not present then the existing behavior is used. Specifically creating a single auth.newCache() and used for all targets (source and destination). If the flag is present then a new auth.NewSingleContextCache() (definition) is created for each target (source and destination).

Why is this needed for ORAS?

See this issue for the details.

Are you willing to submit PRs to contribute to this feature?

  • Yes, I am willing to implement it.
@ktarplee ktarplee added enhancement New feature or request triage New issues or PRs to be acknowledged by maintainers labels Jan 10, 2024
@ktarplee
Copy link
Author

Ideally a flag would not be needed but I do not see how to do that yet.

@yizha1 yizha1 added good first issue Good for newcomers and removed triage New issues or PRs to be acknowledged by maintainers labels Jan 16, 2024
@yizha1 yizha1 added this to the v1.3.0 milestone Jan 16, 2024
@amands98
Copy link
Contributor

Can I work on this? // @yizha1

@Bharadwajshivam28
Copy link

Bharadwajshivam28 commented Feb 26, 2024

If anyone is not working on this then I can take on this but I need steps to get started
Thanks..

@FeynmanZhou FeynmanZhou modified the milestones: v1.3.0, future Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

5 participants