Skip to content
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

The pipelines are unable to function properly when reading secrets. #3506

Open
it00021hot opened this issue Apr 25, 2024 · 1 comment
Open
Labels
Gitness pipelines everything related to pipelines

Comments

@it00021hot
Copy link

When I set the environment variable GITNESS_ENCRYPTER_SECRET, the value of ${{ secret.get("REGISTRY_PASSWORD") }} is an encrypted string. Upon inspecting the source code, I found that the Details function in app/pipeline/manager/manager.go does not decrypt the secret when retrieving it, which prevents me from authenticating with Docker Hub.

image
image

@rkapoor10 rkapoor10 added pipelines everything related to pipelines and removed pipelines everything related to pipelines labels May 3, 2024
@johannesHarness johannesHarness added pipelines everything related to pipelines Gitness labels May 3, 2024
@johannesHarness
Copy link
Collaborator

Hey @it00021hot, thank you for bringing this to our attention.
We've created an internal ticket to track the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Gitness pipelines everything related to pipelines
Projects
None yet
Development

No branches or pull requests

3 participants