Skip to content

Instantly share code, notes, and snippets.

apiVersion: networking.istio.io/v1alpha3
kind: EnvoyFilter
metadata:
name: authn-filter
namespace: ns1
spec:
workloadLabels:
#include namespace in the label to avoid clashes across namespaces
authn-ns1: enabled
filters:
apiVersion: "authentication.istio.io/v1alpha1"
kind: "Policy"
metadata:
name: "end-user-authn-policy"
spec:
targets:
- name: target-service-here
origins:
- jwt:
issuer: name-of-the-issuer
@suman-ganta
suman-ganta / affirmation
Created March 11, 2016 22:51
MuleSoft Contributor Agreement Acceptance by Suman Ganta
I, Suman Ganta, have read and do accept the MuleSoft Contributor Agreement
at http://www.mulesoft.org/legal/contributor-agreement.html
Accepted on Fri Mar 11 2016 14:51:19 GMT-0800 (PST)
@suman-ganta
suman-ganta / accordian.html
Created June 7, 2013 20:58
my first gist
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Editable accordion</title>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<link rel="stylesheet" href="/resources/demos/style.css" />