Skip to content

Instantly share code, notes, and snippets.

View ekkinox's full-sized avatar
:octocat:

Jonathan Vuillemin ekkinox

:octocat:
View GitHub Profile
@ekkinox
ekkinox / k8s-tmp.yaml
Created August 8, 2024 14:10
k8s-tmp.yaml
---
apiVersion: v1
kind: Namespace
metadata:
name: demo
labels:
istio-injection: enabled
---
apiVersion: v1
kind: Service
@ekkinox
ekkinox / composer.json
Created October 9, 2024 13:26
OTEL Noop
{
"name": "jonathan/sandbox",
"require": {
"slim/slim": "^4.14",
"slim/psr7": "^1.7",
"monolog/monolog": "^3.7",
"open-telemetry/opentelemetry-logger-monolog": "^1.0",
"open-telemetry/sdk": "^1.1",
"open-telemetry/exporter-otlp": "^1.1",
"symfony/http-client": "^7.1",
@ekkinox
ekkinox / main.go
Created October 21, 2024 10:04
JWX
package main
import (
"encoding/json"
"fmt"
"os"
"time"
"github.com/lestrrat-go/jwx/v2/jwa"
"github.com/lestrrat-go/jwx/v2/jwk"