This file contains 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
#!/bin/bash | |
# If you don't have trailmix installed, you have to run `sudo pip install -i https://localshop.dz.optimizely.com/simple/ --upgrade --ignore-installed trailmix` first!! | |
export PISTACHIO_PATH=dev | |
export PISTACHIO_BUCKET=optimizely-pci-pistachio | |
eval $(trailmix --escape-quotes -f exports frontdoor) | |
export PROXY_SHARED_SECRET=$THREESCALE_SHARED_SECRET |
This file contains 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
import json | |
import os | |
import pprint | |
import requests | |
import sys | |
''' | |
DIRECTIONS: | |
- Create a feature flag in the UI, add feature variables with default values |