-
Notifications
You must be signed in to change notification settings - Fork 95
Closed
Description
I added 2 remote registries:
- registry.gitlab.com
- registry-1.docker.io
Both have proper User, Password, Domain (otherwise, if you use dummy values when creating a registry, the authentication fails. However, I am able to edit a registry to put dummy passwords, and it seems to accept it so I will open a different bug for this)
When I change the password in registry.gitlab.com (by clicking on the Edit action, then Save and Update), the password looks like it gets changed in registry-1.docker.io as well, but that’s not what is really happening: I think the Show Password is remembering the last displayed password, and displays it in the current registry. To reproduce:
- Click the Edit action on registry.gitlab.com, Show Password, change it to gitlab123, Save and Update.
- Click the Edit action on registry-1.docker.io, Show Password, change it to docker456, Save and Update.
- Click the Edit action on registry-1.docker.io, Show Password, I see docker456, Cancel
- Click the Edit action on registry.gitlab.com, the Show Password is not there. Instead, I see docker456 (I expect to see Show Password, and when I click it, I expect to see gitlab123)
- Click Apps, Click Cluster.
- Click the Edit action on registry.gitlab.com, the Show Password is now back. when I click it, I see gitlab123, Cancel
- Click the Edit action on registry-1.docker.io, the Show Password is not there. Instead, I see gitlab123 (I expect to see Show Password, and when I click it, I expect to see docker456)
Metadata
Metadata
Assignees
Labels
No labels