Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Support dockerconfigjson secret #15

Merged
merged 5 commits into from
Aug 10, 2020
Merged

Support dockerconfigjson secret #15

merged 5 commits into from
Aug 10, 2020

Conversation

edwardstudy
Copy link
Member

@edwardstudy edwardstudy changed the title Support dockerconfigjson scret Support dockerconfigjson secret Jul 11, 2020
@edwardstudy edwardstudy force-pushed the ed/dockerconfigjson branch 6 times, most recently from 4b53daa to 70aacca Compare July 12, 2020 07:21
imageCredentials:
registry: fake-registry
username: fake-username
password: fake-password

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

storing password value in a CR is not safe because contents are not encrypted (unlike contents of Secret kind).

additionally it seems that this conflates generation functionality of QuarksSecret with encoding of existing data into a different format (no generation going on).

Copy link
Member

@manno manno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes indeed good point. We need a real k8s secret for the password.

I think QuarksSecret always reuses existing secrets if the naming scheme matches.

@viovanov viovanov merged commit 5643812 into master Aug 10, 2020
@viovanov viovanov deleted the ed/dockerconfigjson branch August 10, 2020 12:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants