From 5b4dc45637591e48959139c7e79e53dbcbfd981e Mon Sep 17 00:00:00 2001 From: Huabing Zhao Date: Wed, 4 Sep 2024 11:39:29 +0000 Subject: [PATCH] fix lint Signed-off-by: Huabing Zhao --- single-page-app/envoy.yml | 4 ++-- single-page-app/verify.sh | 30 +++++++++++++++--------------- single-page-app/xds/lds.yml | 0 3 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 single-page-app/xds/lds.yml diff --git a/single-page-app/envoy.yml b/single-page-app/envoy.yml index a3e497f..0d884bb 100644 --- a/single-page-app/envoy.yml +++ b/single-page-app/envoy.yml @@ -32,7 +32,7 @@ static_resources: uri: http://myhub:7000/authenticate timeout: 3s default_expires_in: 600s - authorization_endpoint: http://localhost:7000/authorize + authorization_endpoint: http://localhost:11902/authorize redirect_uri: "%REQ(x-forwarded-proto)%://%REQ(:authority)%/authorize" forward_bearer_token: true pass_through_matcher: @@ -111,7 +111,7 @@ static_resources: uri: http://myhub:7000/authenticate timeout: 3s default_expires_in: 600s - authorization_endpoint: http://localhost:7000/authorize + authorization_endpoint: http://localhost:11902/authorize redirect_uri: "%REQ(x-forwarded-proto)%://%REQ(:authority)%/authorize" forward_bearer_token: true pass_through_matcher: diff --git a/single-page-app/verify.sh b/single-page-app/verify.sh index e245c31..918f590 100755 --- a/single-page-app/verify.sh +++ b/single-page-app/verify.sh @@ -43,11 +43,11 @@ cat << 'EOF' "public_repos": 3} EOF ) -EXPECTED_USER="$( - yq -c \ - --arg port "$PORT_MYHUB" \ - "$EXPECTED_USER_JQ" \ - < myhub/data.yml)" +# EXPECTED_USER="$( +# yq -c \ +# --arg port "$PORT_MYHUB" \ +# "$EXPECTED_USER_JQ" \ +# < myhub/data.yml)" EXPECTED_REPOS_JQ=$( cat << 'EOF' @@ -60,11 +60,11 @@ cat << 'EOF' "full_name": "envoydemo/\(.)"}) EOF ) -EXPECTED_REPOS="$( - yq -c \ - --arg port "$PORT_MYHUB" \ - "$EXPECTED_REPOS_JQ" \ - < myhub/data.yml)" +# EXPECTED_REPOS="$( +# yq -c \ +# --arg port "$PORT_MYHUB" \ +# "$EXPECTED_REPOS_JQ" \ +# < myhub/data.yml)" EXPECTED_FOLLOWERS_JQ=$( cat << 'EOF' @@ -96,11 +96,11 @@ cat << 'EOF' "login": .}) EOF ) -EXPECTED_FOLLOWING="$( - yq -c \ - --arg port "$PORT_MYHUB" \ - "$EXPECTED_FOLLOWING_JQ" \ - < myhub/data.yml)" +# EXPECTED_FOLLOWING="$( +# yq -c \ +# --arg port "$PORT_MYHUB" \ +# "$EXPECTED_FOLLOWING_JQ" \ +# < myhub/data.yml)" test_auth () { diff --git a/single-page-app/xds/lds.yml b/single-page-app/xds/lds.yml new file mode 100644 index 0000000..e69de29