mise: fix mise env decryption problem
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:
@@ -1,10 +1,9 @@
|
||||
[settings]
|
||||
experimental = true
|
||||
env_shell_expand = true
|
||||
sops.age_key_file = "$HOME/.config/sops/.age"
|
||||
|
||||
[env]
|
||||
_.file = ".secrets.yaml"
|
||||
SOPS_AGE_KEY_FILE = "$HOME/.config/sops/.age"
|
||||
TFENV_REMOTE = "https://hashicorp-releases.yandexcloud.net"
|
||||
K9S_FEATURE_GATE_NODE_SHELL = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user