Dylan Werner-Meier

Results 3 issues of Dylan Werner-Meier

Add a "token_file" option to `http::Auth` to read the bearer token from a file. This is especially useful when using a Kubernetes provided token file (`/run/secrets/kubernetes.io/serviceaccount/token`). Closes: https://github.com/vectordotdev/vector/issues/20747

domain: sinks

The option `storage.cql.protocol-version` is broken if set to any other value than 0. The option is defined as an integer here: https://github.com/JanusGraph/janusgraph/blob/master/janusgraph-cql/src/main/java/org/janusgraph/diskstorage/cql/CQLConfigOptions.java#L47 And then mapped to DataStax option "advanced.protocol.version" here:...

kind/bug/possible

Hello, JanusGraph, as of right now, asks nicely the ElasticSearch instance about its version on graph opening. OpenSearch 1.x aimed to stay close to ElasticSearch 7.x, and says so in...