Skip to content

Instantly share code, notes, and snippets.

View krarey's full-sized avatar
🐝

Kyle Rarey krarey

🐝
  • Ohio, United States
  • 09:33 (UTC -04:00)
View GitHub Profile
@krarey
krarey / config.sh
Last active October 7, 2022 00:05
Authenticate Consul administrative users using Azure Active Directory
consul acl auth-method create \
-type=oidc \
-token-locality=global \
-name=azure \
-max-token-ttl=24h \
-display-name="Azure Active Directory" \
-config=@oidc-config.json
consul acl role create \
-name="oidc-admin" \
@krarey
krarey / democratic-controller.nomad
Last active June 9, 2022 13:52
Democratic CSI managing iSCSI LUNs on Synology DSM
job "democratic-controller" {
datacenters = ["dc1"]
type = "service"
group "controller" {
task "controller" {
driver = "docker"
config {
image = "democraticcsi/democratic-csi:v1.6.3"