Skip to content

Instantly share code, notes, and snippets.

# The base path of dex and the external name of the OpenID Connect service.
# This is the canonical URL that all clients MUST use to refer to dex. If a
# path is provided, dex's HTTP service will listen at a non-root URL.
issuer: http://127.0.0.1:5556/dex
# The storage configuration determines where dex stores its state. Supported
# options include SQL flavors and Kubernetes third party resources.
#
# See the storage document at Documentation/storage.md for further information.
storage:
$$(".style__oos__2w3vg").forEach(a => a.parentElement.parentElement.parentElement.parentElement.remove());
@sks
sks / .gitignore
Last active July 11, 2018 21:49
fileupload_error stream error: stream ID
uploads/
.DS_Store
package net.jodah.sarge.functional;
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertTrue;
import static org.testng.Assert.fail;
import org.testng.annotations.Test;
import net.jodah.sarge.AbstractTest;
import net.jodah.sarge.Plans;
@sks
sks / ci-deploy.sh
Last active December 22, 2015 23:54
CI Code to do blue-green deployment with zero downtime
APP=<APP_NAME>
HOSTNAME=$APP
DOMAIN=run.aws-usw02-pr.ice.predix.io
SLEEP_BEFORE_DELETE_OLDER_APP=60
function status(){
echo $(date +"%m-%d-%y %H:%M:%S ") $*
}