Malet

Results 6 comments of Malet

Agree with @larsks on this one, would definitely be cleaner to talk to the API, also allows us to use basicAuth/TLS/HMAC for authentication with little extra effort.

Found this thread from http://stackoverflow.com/q/23429137/174034 - I'm having similar problems

@vmrocha I just created `config/initializers/tapioca_compilers_helpers.rb` with the contents above and that does generate rbis for a lot of other helpers, but doesn't fix the issue with `current_user` :(

I'm also getting the same issue with the `freenas-api-iscsi` driver: ``` Labels: app.kubernetes.io/instance=opensearch app.kubernetes.io/name=opensearch Annotations: pv.kubernetes.io/bind-completed: yes pv.kubernetes.io/bound-by-controller: yes volume.beta.kubernetes.io/storage-provisioner: freenas-api-iscsi volume.kubernetes.io/storage-provisioner: freenas-api-iscsi Finalizers: [kubernetes.io/pvc-protection] Capacity: 50Gi Access Modes: RWO...

``` csi-driver {"host":"truenas-iscsi-democratic-csi-controller-65ddb589b6-nlvqd","level":"debug","message":"FREENAS HTTP RESPONSE BODY: {\"id\":\"samsung/x/iscsi/pvc-940180dc-975c-43e9-a54e-f5c80ec1e1f0\",\"type\":\"VOLUME\",\"name\":\"samsung/x/iscsi/pvc-940180dc-975c-43e9-a54e-f5c80ec1e1f0\",\"pool\":\"samsung\",\"encrypted\":false,\"encryption_root\":null,\"key_load ... csi-driver {"host":"truenas-iscsi-democratic-csi-controller-65ddb589b6-nlvqd","level":"info","message":"new response - driver: FreeNASApiDriver method: ControllerExpandVolume response: {\"capacity_bytes\":220117073920,\"node_expansion_required\":true}","service":"democratic-csi","timestamp":"2024-05-06T16:33:47.058Z"} ``` This seems to be working now debug logging is enabled :laughing:

I’ve spun up an alternative heavily inspired by the shell provider (and mostly compatible with some small interface changes) to address some issues I was facing for a client, the...