I just got a bit of a scare when I noticed a lot of my CLI dashboards had stopped. Version 1.77.2 seems to no longer be able to find the identity.
$ docker exec -it storagenodetest /app/dashboard.sh
2023-04-21T12:39:18.329Z INFO Configuration loaded {"Process": "storagenode", "Location": "/app/config/config.yaml"}
2023-04-21T12:39:18.329Z INFO Invalid configuration file key {"Process": "storagenode", "Key": "contact.external-address"}
2023-04-21T12:39:18.329Z INFO Invalid configuration file key {"Process": "storagenode", "Key": "server.private-address"}
2023-04-21T12:39:18.329Z INFO Invalid configuration file key {"Process": "storagenode", "Key": "identity.key-path"}
2023-04-21T12:39:18.329Z INFO Invalid configuration file key {"Process": "storagenode", "Key": "server.use-peer-ca-whitelist"}
2023-04-21T12:39:18.329Z INFO Invalid configuration file key {"Process": "storagenode", "Key": "storage2.trust.sources"}
2023-04-21T12:39:18.329Z INFO Invalid configuration file key {"Process": "storagenode", "Key": "storage.allocated-disk-space"}
2023-04-21T12:39:18.329Z INFO Invalid configuration file key {"Process": "storagenode", "Key": "operator.wallet-features"}
2023-04-21T12:39:18.329Z INFO Invalid configuration file key {"Process": "storagenode", "Key": "operator.wallet"}
2023-04-21T12:39:18.329Z INFO Invalid configuration file key {"Process": "storagenode", "Key": "server.address"}
2023-04-21T12:39:18.329Z INFO Invalid configuration file key {"Process": "storagenode", "Key": "operator.email"}
2023-04-21T12:39:18.329Z INFO Invalid configuration file key {"Process": "storagenode", "Key": "storage.allocated-bandwidth"}
2023-04-21T12:39:18.329Z INFO Invalid configuration file key {"Process": "storagenode", "Key": "version.server-address"}
2023-04-21T12:39:18.329Z INFO Invalid configuration file key {"Process": "storagenode", "Key": "identity.cert-path"}
2023-04-21T12:39:18.329Z INFO Anonymized tracing enabled {"Process": "storagenode"}
2023-04-21T12:39:18.330Z FATAL Failed to load identity. {"Process": "storagenode", "error": "file or directory not found: open : no such file or directory", "errorVerbose": "file or directory not found: open : no such file or directory\n\tstorj.io/common/identity.Config.Load:326\n\tmain.cmdDashboard:80\n\tmain.newDashboardCmd.func1:49\n\tstorj.io/private/process.cleanup.func1.4:399\n\tstorj.io/private/process.cleanup.func1:417\n\tgithub.com/spf13/cobra.(*Command).execute:852\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:960\n\tgithub.com/spf13/cobra.(*Command).Execute:897\n\tstorj.io/private/process.ExecWithCustomOptions:113\n\tstorj.io/private/process.ExecWithCustomConfigAndLogger:79\n\tmain.main:26\n\truntime.main:250"}