You should install VirtualBox and Vagrant before you start.
You should create a Vagrantfile in an empty directory with the following content:
| apiVersion: networking.istio.io/v1alpha3 | |
| kind: EnvoyFilter | |
| metadata: | |
| name: add-header | |
| namespace: anonymous | |
| spec: | |
| configPatches: | |
| - applyTo: VIRTUAL_HOST | |
| match: | |
| context: SIDECAR_OUTBOUND |
You should install VirtualBox and Vagrant before you start.
You should create a Vagrantfile in an empty directory with the following content:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| if [[ "$1" = '-s' ]]; then | |
| sqlplus -s scott/oracle@ORCL<<EOF | |
| declare | |
| foo clob; | |
| begin | |
| dbms_application_info.set_action('LOBLOAD'); | |
| foo:=rpad(dbms_random.value(),30000,dbms_random.value()); | |
| for i in 1..1000 loop |
| # .bashrc | |
| ########### | |
| export PS1="\e[0;32m\u@\h \w> \e[m" | |
| # Define a few Color's | |
| BLACK='\e[0;30m' | |
| BLUE='\e[0;34m' | |
| GREEN='\e[0;32m' | |
| CYAN='\e[0;36m' | |
| RED='\e[0;31m' |