Andre Hilsendeger
Andre Hilsendeger
I love the idea of being able to specify a command, similar to ssh' `AuthorizedKeysCommand`. Is there any chance this could be implemented?
+1 Maybe something like a set of request definitions (probably parametrized through env). And a "test definition" could take several such definitions, and a list in which sequence to execute...
I've tried out the VolumeAttributesClass, but unfortunately can't get it it to work. `VolumeAttributesClass`: ``` apiVersion: storage.k8s.io/v1beta1 driverName: ebs.csi.aws.com kind: VolumeAttributesClass metadata: name: vac-test parameters: iops: "3100" ``` `PersistentVolumeClaim`: ```...
I'm seeing the same issue with Orleans and Consul as membership provider. Keys are of the form `orleans/Staging/192.168.147.66:11111@122992601` (note the `:` and `@`)
I've encountered the same after upgrading consul. I had to set [disable_http_unprintable_char_filter](https://developer.hashicorp.com/consul/docs/v1.21.x/reference/agent/configuration-file/general#disable_http_unprintable_char_filter) to `true`. See here for more info: https://github.com/hashicorp/consul/issues/22822