Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Preconfigured Docker Registry credentials on the server #185

Open
saitho opened this issue Jan 15, 2023 · 0 comments
Open

Preconfigured Docker Registry credentials on the server #185

saitho opened this issue Jan 15, 2023 · 0 comments
Labels
enhancement New feature or request m/container/docker Related to the Docker container module
Milestone

Comments

@saitho
Copy link
Member

saitho commented Jan 15, 2023

Allow to configure the credentials for Docker registry before hand on the server using pass.

  • Make "password" field in container.registries of project definition file optional
  • If none is given, assume the password for combination of registry and username is already configured (docker login [registry])
  • If password is given, set the password as usual (via docker login [registry] [username] [password])
  • Add server configuration setting to disallow manipulations of password storage => all registry credentials need to be configured beforehand; project deployment is not allowed to add or override credentials
@saitho saitho added the enhancement New feature or request label Jan 15, 2023
@saitho saitho added this to the v2.x milestone Jan 15, 2023
@saitho saitho changed the title Preconfigured Docker Registries on the server Preconfigured Docker Registry credentials on the server Jan 15, 2023
@saitho saitho added the m/container/docker Related to the Docker container module label Jan 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request m/container/docker Related to the Docker container module
Projects
None yet
Development

No branches or pull requests

1 participant