You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this awesome plugin !
Do you experiment trouble with aptSigning keypair value imported from docker secret (and used for apt-hosted repository) ?
It looks like malformed in my case (all in one line if I copy paste the value imported from Nexus configuration GUI to Vscode instead of PGP private key classic template ...)
I try several approach using :
local docker secret file (like your example file)
external docker secret
external docker secret injected into environment variable
In all cases, the value of the docker secret seems to be ok in the /run/secret/MY_SECRET file ...
This trouble mades the plugin not suitable for APT hosted repository configuration...
Thanks in advance for your feedbacks.
The text was updated successfully, but these errors were encountered:
@Mike74000 : thank you for pointing this out. It looks like there's an issue with the way files are interpolated into the YAML and the subsequent content is then injected into the configuration
Hi,
Thanks for this awesome plugin !
Do you experiment trouble with aptSigning keypair value imported from docker secret (and used for apt-hosted repository) ?
It looks like malformed in my case (all in one line if I copy paste the value imported from Nexus configuration GUI to Vscode instead of PGP private key classic template ...)
I try several approach using :
In all cases, the value of the docker secret seems to be ok in the /run/secret/MY_SECRET file ...
This trouble mades the plugin not suitable for APT hosted repository configuration...
Thanks in advance for your feedbacks.
The text was updated successfully, but these errors were encountered: