This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$$(".style__oos__2w3vg").forEach(a => a.parentElement.parentElement.parentElement.parentElement.remove()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uploads/ | |
.DS_Store |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ") $* | |
} |