diff --git a/.github/workflows/deploy-web-to-dev.yml b/.github/workflows/deploy-web-to-dev.yml index 42af56012..209bc522c 100644 --- a/.github/workflows/deploy-web-to-dev.yml +++ b/.github/workflows/deploy-web-to-dev.yml @@ -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 }} @@ -123,4 +113,4 @@ jobs: uses: unacast/actions-github-deployment-status@0.4.0 with: github_token: ${{github.token}} - status: error \ No newline at end of file + status: error diff --git a/web/topicRegistry/developer-tools.json b/web/topicRegistry/developer-tools.json index 5f94b22ba..5d32067a3 100644 --- a/web/topicRegistry/developer-tools.json +++ b/web/topicRegistry/developer-tools.json @@ -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." } }, { @@ -207,4 +202,4 @@ } ] } -} \ No newline at end of file +}