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
DynamicStore dynamically determines which store to use based on the settings in a config file. Currently there is no way to get the config file path from caller side.
Suggest adding a function to obtain the path, which will be helpful for ORAS CLI implementation of oras-project/oras#1236.
The text was updated successfully, but these errors were encountered:
qweeah
changed the title
add function to return config file path of a DynamicStore
add exported function to get the path of a DynamicStore's underlying config file
Jan 11, 2024
…ath (#674)
Two changes proposed in this PR
1) When failed to fetch credentials for basic auth, return a new error
2) Add a new function to DynamicStore
An example usage of the proposed change: oras-project/oras#1235,
resolves#676
Signed-off-by: Billy Zha <[email protected]>
DynamicStore dynamically determines which store to use based on the settings in a config file. Currently there is no way to get the config file path from caller side.
Suggest adding a function to obtain the path, which will be helpful for ORAS CLI implementation of oras-project/oras#1236.
The text was updated successfully, but these errors were encountered: