This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/solver
Tom Chauveau a9fd97d7fe
Handle secrets in DockerLogin operation
Before, secret was a plain text string, but it could lead to security issue
so we are now handling secrets as `dagger.#Secret` or string.
I've add a new struct SecretStore that expose the inputStore to easily
retrieve secret value.

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-08-31 13:04:16 +02:00
..
dockersocketprovider.go docker socket forwarding support 2021-06-04 16:14:25 -07:00
fs.go cleanup: move packages to top level, change vanity URL 2021-05-25 16:54:00 -07:00
registryauth.go Fix login miss behavior and update op 2021-07-01 14:08:49 +02:00
secretsprovider.go Handle secrets in DockerLogin operation 2021-08-31 13:04:16 +02:00
solver.go Handle secrets in DockerLogin operation 2021-08-31 13:04:16 +02:00