Felix Fontein
Felix Fontein
(And I think it would be better if Azure's SDK would take care of things like this in its default auth flow, or would offer another auth flow that allows...
> The [AuthenticationRecord](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity#AuthenticationRecord) that I am storing in the function [cacheStoreRecord](https://github.com/getsops/sops/pull/1777/files#diff-17057699dd441d9c5ab351e49afb76566f698c8e4e812e39a052ec8b9f90031dR284) is not actually a secret, it only contains information like identifiers, version, username, etc. > > The actual storing...
Please note that you must sign off every single commit, otherwise we cannot merge this (see the failing DCO test).
> Updated both the PR description to mark that this has to run on maintainer's fork Would be great to make it fail early if it's run in this repo...
@anweshadas how/when do you plan to continue with this?
SOPS only supports JSON files with a global mapping, not other top-level JSON types. Your file is a top-level array.
The problem with dotenv is that there is no proper definition of dotenv. Everyone has slightly different expectations of what it means. For some reason the original developer implemented the...
Please don't forget to add tests (and check out CONTRIBUTING.md). Thanks.
`ipaddress.ip_network(value)` parses CIDR notation. The resulting object also has a `reverse_pointer` property, but that returns nonsense for networks (`ipaddress.ip_network("192.168.10.0/24").reverse_pointer` gives `0/24.10.168.192.in-addr.arpa`). `ipaddress.ip_network("192.168.10.0/24")[0].reverse_pointer` gives `0.10.168.192.in-addr.arpa`, and `ipaddress.ip_network("192.168.10.0/24").prefixlen` gives `24`. From that...
@felixauringer ping.