cpflaume
cpflaume
This would be a useful feature, as it allows to get an overview about what is happening/running on a certain broker. Especially 2. would be nice to see the distribution...
I think this is a security feature which can be a blocker to use azure-service-operator for redis. Same for postgresql, the only difference is that it is possible to configure...
Run into the same issue and was mislead by the documentation: `Similarly the --aws-profile flag can be set with the command line with any of the KMS commands.` This flag...
It would be very nice to be able to switch/assume aws roles like it is possible with the aws provider. Why? We have a setup in which not all users...
Running into a similar issue: We have users which can not assume roles but already have the correct role and users, which have to assume a role. Because the role...
Just found a wordaround: the new JSON API You can call the CLI with POST https://HOST:8443/api/v2/cli/extension/call body: { "params": [ "--exec", "letsencrypt", "cli.php", "-d", "domain.com", "-m", "[email protected]" ]} ContentType: application/json