Conor Schaefer

Results 72 issues of Conor Schaefer

There's ongoing work to integrate [Penumbra](https://github.com/penumbra-zone/penumbra) into interchaintest. This issue tracks outstanding obstacles, to coordinate changes between interchaintest, upstream penumbra, and potentially the [relayer](https://github.com/cosmos/relayer). - [x] The CLI flag for...

Great work, thanks for sharing. Please consider submitting the `gpg_import` module directly to Ansible, via the Extra Modules repository: https://github.com/ansible/ansible-modules-extras. Then folks would have access to it without needing to...

The current README explains the role in its old form, when it had a lot of bootstrapping scripts shoehorned in. Since then the role has been pared very far down,...

Even simple unit tests for the services and firewall connections would be useful, but ideally the test suite would include a multi-machine setup to test the openvpn client functionality, as...

``` $ debconf-show jitsi-meet * jitsi-meet/jvb-hostname: meet.freedom.press jitsi-meet/cert-path-key: * jitsi-meet/cert-choice: I want to use my own certificate jitsi-meet/cert-path-crt: jitsi-meet/jvb-serve: false ``` The `cert-choice` option is new-ish, and the role doesn't...

The role was previously writing the SIP communicator settings to `/usr/share/jitsi-videobridge/.sip-communicator`, as of #31. Upstream changes seem to indicate we should be setting these in `/etc/jitsi/jicofo/sip-communicator.properties` now.

The current Jitsi Meet config permits all users in a conference to download a log file as text. While that's useful for debugging, it shouldn't be available by default. Let's...

See discussion at https://github.com/freedomofpress/encryption-works/issues/240#issuecomment-261674987 In short, Adium is not a reliable solution for present-day OS X users. We should investigate other chat clients for replacement, but Adium should be removed...

The default mappings for Topbeat and Filebeat set all fields to be unanalyzed. That's fine for the most part, but there's a reasonable exception in for `proc.cmdline`: if running a...

Index curation is a fragile art, and reindexing is a common maintenance operation, particularly early on in the lifecycle of an ELK instance. The role should support reindexing operations, at...