-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
storyFeature description from user's perspectiveFeature description from user's perspective
Description
Describe the desired outcome from the user's perspective
As a user configuring the Schema Registry connection in zilla.yaml, I want to provide HTTP Basic credentials (username and password) in plain form directly or through environment variables.
Reference:
schema-registry:
type: schema-registry
options:
url: ${{env.SCHEMA_REGISTRY_URL}}
context: default
credentials:
basic:
username: ${{env.SCHEMA_REGISTRY_BASIC_AUTH_USERNAME}}
password: ${{env.SCHEMA_REGISTRY_BASIC_AUTH_PASSWORD}}
Currently, zilla supports Basic token or Bearer token.
Acceptance criteria
- Allow users to configure
usernameandpasswordin plain form in zilla.yaml.
Metadata
Metadata
Assignees
Labels
storyFeature description from user's perspectiveFeature description from user's perspective