Skip to content

Instantly share code, notes, and snippets.

View st3v's full-sized avatar

Stev Witzel st3v

  • Mistral AI
  • Berlin
View GitHub Profile
@st3v
st3v / repro_failing.yaml
Last active September 16, 2019 21:45
RabbitMQ docker image read-only configMap mount
---
apiVersion: v1
kind: ConfigMap
metadata:
name: rabbitmq-config
data:
enabled_plugins: |
[rabbitmq_management].
rabbitmq.conf: |
loopback_users.guest = false
@st3v
st3v / tls-test.sh
Created October 18, 2019 17:27
TLS config test for irel
#!/bin/bash
set -e
function cleanup {
if [ "$EUID" -ne 0 ]
then echo "Must run as root to be able to update /etc/hosts"
exit 1
fi
rm -f ca1.crt ca1.key ca1.srl registry1.key registry1.crt registry1.csr
@st3v
st3v / tls-test.sh
Created November 28, 2019 12:54
TLS test for duffle relocate and irel
#!/bin/bash
set -e
function cleanup {
if [ "$EUID" -ne 0 ]
then echo "Must run as root to be able to update /etc/hosts"
exit 1
fi
rm -f ca1.crt ca1.key ca1.srl registry1.key registry1.crt registry1.csr