Skip to content

Instantly share code, notes, and snippets.

View emedina's full-sized avatar

Enrique Medina Montenegro emedina

View GitHub Profile
{
"query": {
"filtered": {
"query": {
"match_all": {}
},
"filter": {
"or": [
{
"and": [
# XD Configuration file
# You can set properties here to override the default which
# are set in the application.yml file loaded by Spring Boot.
#
# Properties set in here will take precedence.
#
# Alternatively, you can set the environment variable XD_CONFIG
# to point to a file (use a file:// URL). That file will then be
# used instead.
@emedina
emedina / affirmation
Created December 17, 2015 17:04
MuleSoft Contributor Agreement Acceptance by Enrique Medina Montenegro
I, Enrique Medina Montenegro, have read and do accept the MuleSoft Contributor Agreement
at http://www.mulesoft.org/legal/contributor-agreement.html
Accepted on Thu Dec 17 2015 18:04:39 GMT+0100 (Romance Standard Time)
test-multichain/multichain-node-1[multichain]: *** Error in `multichaind': malloc(): memory corruption: 0x00007f7d9c017f70 ***
test-multichain/multichain-node-1[multichain]: ======= Backtrace: =========
test-multichain/multichain-node-1[multichain]: [0x15521d1]
test-multichain/multichain-node-1[multichain]: [0x155ccca]
test-multichain/multichain-node-1[multichain]: [0x155ec51]
test-multichain/multichain-node-1[multichain]: [0x1431188]
test-multichain/multichain-node-1[multichain]: [0x83875b]
test-multichain/multichain-node-1[multichain]: [0x82cd8a]
test-multichain/multichain-node-1[multichain]: [0x81add7]
test-multichain/multichain-node-1[multichain]: [0x8240c1]
apiVersion: v1
items:
- apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
annotations:
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"networking.istio.io/v1alpha3","kind":"Gateway","metadata":{"annotations":{},"name":"ag-support-istio-gateway","namespace":"intadaptive-cb"},"spec":{"selector":{"istio":"ingressgateway"},"servers":[{"hosts":["int-tmdrepository.dev.oami.eu"],"port":
{"name":"http","number":80,"protocol":"HTTP"}}]}}
creationTimestamp: "2019-03-24T12:38:23Z"
@emedina
emedina / istio.yaml
Last active September 21, 2019 15:55
Istio 1.3.0
---
# Source: istio/templates/namespace.yaml
kind: Namespace
apiVersion: v1
metadata:
name: istio-system
labels:
istio-injection: disabled
---
# Source: istio/charts/istio/charts/galley/templates/poddisruptionbudget.yaml
@emedina
emedina / istio-init.yaml
Last active September 21, 2019 16:08
istio-init.yaml
---
# Source: istio/templates/namespace.yaml
kind: Namespace
apiVersion: v1
metadata:
name: istio-system
labels:
istio-injection: disabled
---
# Source: istio-init/templates/configmap-crd-10.yaml
@emedina
emedina / istio-init-1.2.6.yaml
Last active September 21, 2019 17:00
istio-init-1.2.6.yaml
---
# Source: istio/templates/namespace.yaml
kind: Namespace
apiVersion: v1
metadata:
name: istio-system
labels:
istio-injection: disabled
---
# Source: istio-init/templates/configmap-crd-10.yaml
@emedina
emedina / istio-1.2.6.yaml
Last active September 21, 2019 17:00
istio-1.2.6.yaml
---
# Source: istio/templates/namespace.yaml
kind: Namespace
apiVersion: v1
metadata:
name: istio-system
labels:
istio-injection: disabled
---
# Source: istio/charts/galley/templates/poddisruptionbudget.yaml
@emedina
emedina / jwt-policy.yaml
Created September 21, 2019 17:19
JWT Policy
apiVersion: authentication.istio.io/v1alpha1
kind: Policy
metadata:
name: jwt-example
namespace: foo
spec:
origins:
- jwt:
issuer: testing@secure.istio.io
jwksUri: https://raw.githubusercontent.com/istio/istio/release-1.3/security/tools/jwt/samples/jwks.json