Skip to content

Instantly share code, notes, and snippets.

View przemeklal's full-sized avatar

Przemysław Lal przemeklal

View GitHub Profile
@przemeklal
przemeklal / temporal_auth_model.json
Created August 1, 2025 12:42
temporal_auth_model.json
{
"type_definitions": [
{
"type": "user",
"relations": {},
"metadata": null
},
{
"type": "namespace",
"relations": {
@przemeklal
przemeklal / gist:00fcfac12346049792ec74da1b03cb4d
Created February 19, 2019 09:07
Devstack all-in-one external network connectivity with masquerade
br-ex IP address is 172.24.4.1/24
iptables -I FORWARD -i br-ex -j ACCEPT
iptables -I FORWARD -o br-ex -j ACCEPT
iptables -t nat -I POSTROUTING -s 172.24.4.0/24 ! -d 172.24.4.0/24 -j MASQUERADE