-
-
Notifications
You must be signed in to change notification settings - Fork 53
Replies: 3 comments · 5 replies
|
Can you decrypt the file locally with that sops age key? |
All reactions
1 reply
|
Yes, that works |
All reactions
|
Can you please show me the debug logs of a job ? |
All reactions
1 reply
|
This? |
All reactions
|
Hmm weird, can you please clear the doco-cd data volume to cleanup the current state and run doco-cd again? |
All reactions
3 replies
|
All reactions
|
It's weird for me that there are no signs of any encrypted files in the logs. If doco-cd finds any encrypted files in the working directory of the deploy config, you should see this in the logs. |
All reactions
|
All reactions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
So I had a working setup, but then lost the doco cd configuration on the host so all I have left is the IaC repo. When I try to reconstruct things, I can't get secrets working with SOPS. As it stands, the ciphertext
.encfile is getting mounted into my container, not the plaintext.My doco host config:
The service I'm trying to deploy:
What am I missing? How I can get more info into what the problem is?
All reactions