-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a6bb5bd
commit d2d53e8
Showing
18 changed files
with
138 additions
and
140 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,23 +11,21 @@ function setup_conjur_enterprise { | |
check_env_var GCLOUD_CLUSTER_NAME | ||
check_env_var GCLOUD_SERVICE_KEY | ||
|
||
docker pull $CONJUR_APPLIANCE_IMAGE | ||
docker pull "$CONJUR_APPLIANCE_IMAGE" | ||
|
||
# rm -rf kubernetes-conjur-deploy | ||
pushd temp > /dev/null | ||
git clone --single-branch --branch master [email protected]:cyberark/kubernetes-conjur-deploy kubernetes-conjur-deploy-$UNIQUE_TEST_ID | ||
git clone --single-branch --branch master [email protected]:cyberark/kubernetes-conjur-deploy "kubernetes-conjur-deploy-$UNIQUE_TEST_ID" | ||
popd > /dev/null | ||
|
||
announce "Deploying Conjur Enterprise" | ||
|
||
if [[ "${TEST_PLATFORM}" == "gke" ]]; then | ||
if [[ "${CLUSTER_TYPE}" == "gke" ]]; then | ||
run_command_with_platform "cd temp/kubernetes-conjur-deploy-$UNIQUE_TEST_ID && ./start" | ||
fi | ||
} | ||
|
||
function setup_conjur_open_source { | ||
pushd temp > /dev/null | ||
rm -rf temp/conjur-oss-helm-chart | ||
git clone https://github.com/cyberark/conjur-oss-helm-chart.git | ||
|
||
pushd conjur-oss-helm-chart/examples/common > /dev/null | ||
|
@@ -50,6 +48,8 @@ function setup_conjur_open_source { | |
announce "Enabling the Conjur Kubernetes authenticator if necessary" | ||
./4_ensure_authn_k8s_enabled.sh | ||
popd > /dev/null | ||
|
||
rm -rf conjur-oss-helm-chart | ||
popd > /dev/null | ||
} | ||
|
||
|
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
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
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
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
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
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
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
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
Oops, something went wrong.