Travis Glenn Hansen

Results 740 comments of Travis Glenn Hansen

Yeah it needs better documentation about the API requirements for sure. You can use the web API 100% but it simply uses the same bot token as the rtm aspect....

Interesting. Can you deploy with `SLACK_DEBUG=true` env var? The console (as in actual terminal/stdout) should dump full req/res and we’ll see what we get.

Ok for some reason it’s throwing an error. If you’re able to tweak the running code at all in your environment then remove `.data` from here: https://github.com/yayadrian/node-red-slack/blob/9136f5f9a6489f1be4268a9d285ca026ffa690e2/slackpost.js#L1311 If not I’ll...

Yeah I assumed it had something to do with the special content type handling etc. I’ll do some digging on this and see if we can’t create something that’s nice...

At my project over here the create api methods are fully templatable so assuming those properties can be set via the api at creation time you could control them: https://github.com/democratic-csi/democratic-csi/blob/master/examples/synology-iscsi.yaml

That’s a good use case. I am not sure why it wouldn’t try and build a kubeconfig from the service account files but it likely would be pretty easy to...

Not sure what you’re after exactly. There’s no reason you can’t deploy an external secret with helmfile.

Welcome! So if I understand your comments correctly it's probably not a 'correct' approach. Argocd plugins do not actually run kubectl directly, they (plugins) simply produce yaml and send it...

I think you could work something custom where within the hook use the service account of the plugin pod to fetch the creds (secret) for the target cluster from the...