Skip to content

Instantly share code, notes, and snippets.

@artberger
artberger / jwt-policy-basic.yaml
Last active December 19, 2023 20:06
Gloo JwtPolicy basic dev-example
apiVersion: security.policy.gloo.solo.io/v2
kind: JWTPolicy
metadata:
annotations:
cluster.solo.io/cluster: ""
name: jwt-policy
namespace: httpbin
spec:
applyToRoutes:
- route:
@artberger
artberger / istio-ingress-gateway.yaml
Created May 4, 2022 13:00
Istio ingress gateway example YAML
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
metadata:
name: ingress-gateway
namespace: istio-system
spec:
# No control plane components are installed
profile: empty
# Solo.io Istio distribution repository; required for Gloo Mesh Istio. You get the repo key from your Solo Account Representative.
hub: $REPO
# Sample YAML for an IBM WAS Liberty deployment.
# For more information, see ibm.biz/iks_yaml.
apiVersion: apps/v1
kind: Deployment
metadata:
name: wasliberty
spec:
replicas: 3
selector:
matchLabels: