Skip to content

Commit

Permalink
Merge pull request #1810 from bcgov/api-gateway-update
Browse files Browse the repository at this point in the history
Update location of API Gateway documentation.
  • Loading branch information
sheaphillips committed Jun 14, 2023
2 parents 356b88b + aaa2f09 commit 9506b8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 21 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/deploy-web-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,7 @@ jobs:
IMAGE_NAMESPACE: ${{ secrets.TOOLS_NAMESPACE }}
IMAGE_TAG: ${{ env.PULL_NUMBER }}
run: .github/helpers/deploy_web.sh
- name: Create Keycloak Client
env:
TOOLS_NAMESPACE: ${{ secrets.TOOLS_NAMESPACE }}
DEV_NAMESPACE: ${{ secrets.DEV_NAMESPACE }}
KEYCLOAK_CLIENT_ID: ${{ secrets.KC_SA_CLIENT_ID }}
KEYCLOAK_CLIENT_SECRET: ${{ secrets.KC_SA_CLIENT_SECRET }}
PULL_NUMBER: ${{ env.PULL_NUMBER }}
run: |
REDIRECT_URI=$(oc -n $DEV_NAMESPACE get route/$INFRA_NAME$SUFFIX -o json | jq -r '.spec.host')

.github/helpers/kc-create-client.sh $PULL_NUMBER $REDIRECT_URI
- name: Wait for Deployment and Update Status
env:
NAMESPACE: ${{ secrets.DEV_NAMESPACE }}
Expand All @@ -123,4 +113,4 @@ jobs:
uses: unacast/actions-github-deployment-status@0.4.0
with:
github_token: ${{github.token}}
status: error
status: error
15 changes: 5 additions & 10 deletions web/topicRegistry/developer-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,11 @@
}
},
{
"sourceType": "github",
"sourceType": "web",
"sourceProperties": {
"url": "https://github.com/BCDevOps/openshift-wiki",
"owner": "BCDevOps",
"repo": "openshift-wiki",
"files": [
"docs/API/KongAPI.md",
"docs/EDB/ServiceDefinition.md",
"docs/ArgoCD/README.md"
]
"url": "https://bcgov.github.io/aps-infra-platform/",
"title": "BC Gov API Services",
"description": "Documentation for BC Gov API Services."
}
},
{
Expand Down Expand Up @@ -207,4 +202,4 @@
}
]
}
}
}

0 comments on commit 9506b8f

Please sign in to comment.