From 7496f1b8841479ae277dfd1a99a9d037c83806c2 Mon Sep 17 00:00:00 2001 From: Scott Anderson <662325+scottanderson@users.noreply.github.com> Date: Sat, 28 Jun 2025 23:43:20 -0400 Subject: [PATCH] Remove unused MON_* credentials (#1304) ## Description: Remove unused MON_* credentials ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced - [x] I understand that submitting code with bugs that could have been caught through manual testing blocks releases and new features for all contributors --- .github/workflows/deploy.yml | 2 -- .github/workflows/release.yml | 8 -------- example.env | 4 ---- 3 files changed, 14 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d0909dd6e..29255afb8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -112,8 +112,6 @@ jobs: DOCKER_USERNAME: ${{ vars.DOCKERHUB_USERNAME }} ENV: ${{ inputs.target_domain == 'openfront.io' && 'prod' || 'staging' }} HOST: ${{ github.event_name == 'workflow_dispatch' && inputs.target_host || 'staging' }} - MON_PASSWORD: ${{ secrets.MON_PASSWORD }} - MON_USERNAME: ${{ secrets.MON_USERNAME }} OTEL_ENDPOINT: ${{ secrets.OTEL_ENDPOINT }} OTEL_PASSWORD: ${{ secrets.OTEL_PASSWORD }} OTEL_USERNAME: ${{ secrets.OTEL_USERNAME }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 884ab1cc7..3e59a1603 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,8 +68,6 @@ jobs: DOCKER_USERNAME: ${{ vars.DOCKERHUB_USERNAME }} DOMAIN: ${{ vars.DOMAIN }} IMAGE_ID: ${{ needs.build.outputs.IMAGE_ID }} - MON_PASSWORD: ${{ secrets.MON_PASSWORD }} - MON_USERNAME: ${{ secrets.MON_USERNAME }} OTEL_ENDPOINT: ${{ secrets.OTEL_ENDPOINT }} OTEL_PASSWORD: ${{ secrets.OTEL_PASSWORD }} OTEL_USERNAME: ${{ secrets.OTEL_USERNAME }} @@ -124,8 +122,6 @@ jobs: DOCKER_USERNAME: ${{ vars.DOCKERHUB_USERNAME }} DOMAIN: ${{ vars.DOMAIN }} IMAGE_ID: ${{ needs.build.outputs.IMAGE_ID }} - MON_PASSWORD: ${{ secrets.MON_PASSWORD }} - MON_USERNAME: ${{ secrets.MON_USERNAME }} OTEL_ENDPOINT: ${{ secrets.OTEL_ENDPOINT }} OTEL_PASSWORD: ${{ secrets.OTEL_PASSWORD }} OTEL_USERNAME: ${{ secrets.OTEL_USERNAME }} @@ -180,8 +176,6 @@ jobs: DOCKER_USERNAME: ${{ vars.DOCKERHUB_USERNAME }} DOMAIN: ${{ vars.DOMAIN }} IMAGE_ID: ${{ needs.build.outputs.IMAGE_ID }} - MON_PASSWORD: ${{ secrets.MON_PASSWORD }} - MON_USERNAME: ${{ secrets.MON_USERNAME }} OTEL_ENDPOINT: ${{ secrets.OTEL_ENDPOINT }} OTEL_PASSWORD: ${{ secrets.OTEL_PASSWORD }} OTEL_USERNAME: ${{ secrets.OTEL_USERNAME }} @@ -236,8 +230,6 @@ jobs: DOCKER_USERNAME: ${{ vars.DOCKERHUB_USERNAME }} DOMAIN: ${{ vars.DOMAIN }} IMAGE_ID: ${{ needs.build.outputs.IMAGE_ID }} - MON_PASSWORD: ${{ secrets.MON_PASSWORD }} - MON_USERNAME: ${{ secrets.MON_USERNAME }} OTEL_ENDPOINT: ${{ secrets.OTEL_ENDPOINT }} OTEL_PASSWORD: ${{ secrets.OTEL_PASSWORD }} OTEL_USERNAME: ${{ secrets.OTEL_USERNAME }} diff --git a/example.env b/example.env index 03ce7bd1d..d186dab02 100644 --- a/example.env +++ b/example.env @@ -24,9 +24,5 @@ SERVER_HOST_STAGING=123.456.78.90 SERVER_HOST_EU=123.456.78.91 SERVER_HOST_US=123.456.78.92 -# Monitoring Credentials -MON_USERNAME=monitor_username -MON_PASSWORD=monitor_password - # Version VERSION_TAG="latest"