-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
operator extensible pipeline credentials (-creds-image) #989
Comments
This is also a bit related to #238 as it would be nice to have a extensiblitiy mecanisms for initializer too /kind feature |
This issue relates to, and is perhaps superceded by, #2343 which is a more recent proposal for making credentials a declarable part of a Task's description. |
This can be done as by mounting the secret in a projected volume Create a secret from your
A "dummy-task", as an example how to access the
|
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Background
Tekton currently has support for the provisioning of
Build Tooling Configuration
. For example, we have support for docker config (/builder/home/.docker/config.json) and git credentials (/builder/home/.ssh, /builder/home/..git-credentials, etc) but the provisioning mechanism is not extensible to Tekton operators (the human kind, not controllers).By way of example, consider the use of gradle with an onprem artifact repository that requires credentials. In this scenario, gradle requires the existence of
/builder/home/.gradle/gradle.properties
:Enhancement Request
Please consider making the provisioning of tooling configuration an extension point of tekton.
Proposed Design
TBD
The text was updated successfully, but these errors were encountered: