open-build-service icon indicating copy to clipboard operation
open-build-service copied to clipboard

Implement the concept of Credentials/Secrets

Open vpereira opened this issue 2 years ago • 0 comments

Use case:

As OBS user, I want to be able, among other things, to pass credentials to a "_service" to download files in a secure way.

Another use case would be to be able to inject this credential in a container in a safe way, while building it.

Examples:

  • https://docs.gitlab.com/ee/ci/secrets/
  • https://docs.github.com/en/actions/security-guides/encrypted-secrets

vpereira avatar Jul 21 '22 09:07 vpereira