-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for path based registry in login/logout
We now add a new configuration option to opt-in for path based registry authentication in containers-auth.json. This affects login and logout, which means if the option is enabled we can now use `my-registry.local/path/to/image` to save or remove the credentials from the auth.json. If the option is enabled, then we enforce a stricter validation of the input. For example it is not allowed input `http[s]://` prefixed keys. Signed-off-by: Sascha Grunert <[email protected]>
- Loading branch information
1 parent
71bd547
commit 0a891b5
Showing
90 changed files
with
3,031 additions
and
545 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.