Skip to content

Commit

Permalink
Ensure feature flag is turned on.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaus67 committed Nov 3, 2023
1 parent 0572a78 commit 8920414
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,14 @@ jobs:
# Deploy Central via deploy scripts.
cd stackrox
./deploy/central.sh
kubectl set env -n stackrox deploy/central ROX_AUTH_MACHINE_TO_MACHINE=true
# Sleep to ensure Central pods are restarted
sleep 60
./deploy/k8s/central-deploy/scripts/port-forward.sh 8000
echo "ROX_PASSWORD=$(cat deploy/k8s/central-deploy/password)" >> $GITHUB_OUTPUT
echo "ROX_ENDPOINT=$()" >> $GITHUB_OUTPUT
- name: Wait for API
env:
Expand Down

0 comments on commit 8920414

Please sign in to comment.