-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Docker login additional configuration options for docker authentication #51531
Comments
profile = salt'config.option'
|
@terminalmage What are your thoughts on this? |
I would like to submit the PR for this. I will have time to do it over the weekend. |
…nsulting Pillar. Data structure is required to only pass `docker-registries` key. Corrected typo in config.option call. Fixes saltstack#51531.
…nsulting Pillar. Data structure is required to only pass `docker-registries` key. Corrected typo in config.option call. Corrected grammar in docstring. Fixes saltstack#51531.
See my comments here. |
Alternate implementation here: #51677 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
This was fixed 11 months ago. Please close this rather than letting it be closed as "stale". |
Thank you for updating this issue. It is no longer marked as stale. |
salt/salt/modules/dockermod.py
Line 1393 in 927adb3
In reference to the above, would it be possible to make this function use master/minion config files as well as pillar data? I have used the "trifecta" of configuration options in other modules, but my external pillar setup does not easily support this particular configuration.
I am running salt version 2018.3.2 on Centos 7. My external pillar system is etcd.
The text was updated successfully, but these errors were encountered: