Skip to content

Commit

Permalink
Remove loki creds from origin test steps (#47660)
Browse files Browse the repository at this point in the history
We're no longer uploading to loki as of openshift/origin#28525

May as well stop handing the creds around.
  • Loading branch information
dgoodwin committed Jan 19, 2024
1 parent ac11f59 commit 073e737
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 18 deletions.
Expand Up @@ -11,11 +11,6 @@ export ALIBABA_CLOUD_CREDENTIALS_FILE=${SHARED_DIR}/alibabacreds.ini
export HOME=/tmp/home
export PATH=/usr/libexec/origin:$PATH

LOKI_SSO_CLIENT_ID="$(cat /var/run/loki-secret/client-id)"
export LOKI_SSO_CLIENT_ID
LOKI_SSO_CLIENT_SECRET="$(cat /var/run/loki-secret/client-secret)"
export LOKI_SSO_CLIENT_SECRET

# HACK: HyperShift clusters use their own profile type, but the cluster type
# underneath is actually AWS and the type identifier is derived from the profile
# type. For now, just treat the `hypershift` type the same as `aws` until
Expand Down
Expand Up @@ -4,10 +4,6 @@ ref:
grace_period: 10m
commands: openshift-e2e-test-commands.sh
timeout: 14400s
credentials:
- namespace: test-credentials
name: loki-prod-collector-test-secret
mount_path: /var/run/loki-secret
env:
- name: TEST_ARGS
default: ""
Expand Down
Expand Up @@ -11,11 +11,6 @@ export ALIBABA_CLOUD_CREDENTIALS_FILE=${SHARED_DIR}/alibabacreds.ini
export HOME=/tmp/home
export PATH=/usr/libexec/origin:$PATH

LOKI_SSO_CLIENT_ID="$(cat /var/run/loki-secret/client-id)"
export LOKI_SSO_CLIENT_ID
LOKI_SSO_CLIENT_SECRET="$(cat /var/run/loki-secret/client-secret)"
export LOKI_SSO_CLIENT_SECRET

# HACK: HyperShift clusters use their own profile type, but the cluster type
# underneath is actually AWS and the type identifier is derived from the profile
# type. For now, just treat the `hypershift` type the same as `aws` until
Expand Down
Expand Up @@ -4,10 +4,6 @@ ref:
grace_period: 10m
commands: single-node-e2e-test-commands.sh
timeout: 30800s
credentials:
- namespace: test-credentials
name: loki-prod-collector-test-secret
mount_path: /var/run/loki-secret
env:
- name: TEST_ARGS
default: ""
Expand Down

0 comments on commit 073e737

Please sign in to comment.