mise: fix mise env decryption problem #2
mise use rops under the hood, so variable SOPS_AGE_KEY_FILE not working properly when you open new terminal pane in directory under mise config. Change it to sops.age_key_file setting fixes the problem.
This commit is contained in:
@@ -4,6 +4,7 @@ env_shell_expand = true
|
|||||||
sops.age_key_file = "$HOME/.config/sops/.age"
|
sops.age_key_file = "$HOME/.config/sops/.age"
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
|
SOPS_AGE_KEY_FILE = "$HOME/.config/sops/.age"
|
||||||
TFENV_REMOTE = "https://hashicorp-releases.yandexcloud.net"
|
TFENV_REMOTE = "https://hashicorp-releases.yandexcloud.net"
|
||||||
K9S_FEATURE_GATE_NODE_SHELL = true
|
K9S_FEATURE_GATE_NODE_SHELL = true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user