Component
forge-cli (commands, TUI wizard, runtime)
Description
I am encountering an issue while setting a secret using the Forge CLI. Even though I am providing the correct passphrase (the same one used to run the agent successfully), the command fails with a decryption error.
Command Used : -
forge secret set
Steps to reproduce
-
Run the agent using passphrase (works fine)
-
Run:
forge secret set
-
Enter the same passphrase
-
Observe the error
Expected behavior
The secret should be set successfully since the passphrase is correct and already used to run the agent.
Actual behavior
The command fails with a decryption error indicating a wrong passphrase.
Operating system
Windows 11
Go version
Forge v0.8.0
forge.yaml (if relevant)
Logs / error output
Error: setting secret: decrypting secrets file: decryption failed (wrong passphrase?): cipher: message authentication failed
Component
forge-cli (commands, TUI wizard, runtime)
Description
I am encountering an issue while setting a secret using the Forge CLI. Even though I am providing the correct passphrase (the same one used to run the agent successfully), the command fails with a decryption error.
Command Used : -
forge secret set
Steps to reproduce
Run the agent using passphrase (works fine)
Run:
forge secret set
Enter the same passphrase
Observe the error
Expected behavior
The secret should be set successfully since the passphrase is correct and already used to run the agent.
Actual behavior
The command fails with a decryption error indicating a wrong passphrase.
Operating system
Windows 11
Go version
Forge v0.8.0
forge.yaml (if relevant)
Logs / error output