Stephan
Stephan
We would also welcome this.
Afaik `toxiproxy` has a `--config-file` option which takes a list of `Proxy` objects as defined for the HTTP API.
anyone got an an example how to start tasks without public IPs? we tried this, but failed to talk to the docker registry.
Note that CAs also expire after 1 year by default. Adding a second (or more) CAs to a node allows for a gradual rotation of the CA.
@stangri > Please correct me if I'm wrong, but this config implies the single organization with multiple lighthouses for redundancy, etc. The multiple lighthouses are not necessarily for redundancy. They...
/remove-lifecycle stale
/remove-lifecycle rotten
/remove-lifecycle stale
I had to change your code a bit, but this works for me: ``` amqp = require('amqp') amqp.createConnection {url: "amqp://guest:guest@localhost:5672"}, (connection) -> connection.exchange 'ldexchange', {type: 'direct', confirm: true, durable: true},...
Slightly off-topic, but github's Dependabot can not update github actions pinned by SHA if there is an appropriately formatted comment. See https://github.blog/changelog/2022-10-31-dependabot-now-updates-comments-in-github-actions-workflows-referencing-action-versions/