Ter Maxima
Ter Maxima
I have the same issue, however when running `lsblk --json --output PARTTYPE,MOUNTPOINT,PTTYPE,FSTYPE` my partitions show `null` as `pttype` and `fstype` and I have no idea how to fix them :...
I was about to try Zed but the paragraph about AI made me choose not to. An option to disable it completely is absolutely necessary.
Closing this as "Completed" is dishonest. "Not Planned" is the proper reason for the close.
Investigating a little more, it seems the offending call is [here](https://github.com/getsops/sops/blob/main/age/encrypted_keys.go#L166) `req.CacheKey` is somehow being set to an empty string (Since even a single-letter cacheID is valid)
This function is then called only [here](https://github.com/getsops/sops/blob/abfe88494047aecc3148291c05e814edc528feb9/age/keysource.go#L413), where `location` is likely already erroneously set to an empty string.
`location` itself contains keys from the `readers` map, which are set by these variables : - `SopsAgeKeyEnv` - `SopsAgeKeyFileEnv` - `SopsAgeKeyCmdEnv` - `ageKeyFilePath` One of these four is being set...
I think I have hit a dead end, I do not see how any of these variables can end up set to an empty string. The most likely culprit is...
There is a possibility that the only other call to `GetPassphrase` is the offending one, as it is doing some weird stuff I don't understand. [Link to the exact line](https://github.com/getsops/sops/blob/abfe88494047aecc3148291c05e814edc528feb9/pgp/keysource.go#L581)...
> There is a possibility that the only other call to `GetPassphrase` is the offending one, as it is doing some weird stuff I don't understand. [Link to the exact...
I'll let this be for now, I don't know how to use the language at all so I can't do any actual debugging in Go. I hope that by just...