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
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).
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 singleauth.newCache()
and used for all targets (source and destination). If the flag is present then a newauth.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?
The text was updated successfully, but these errors were encountered: