Skip to content

Commit

Permalink
Remove INTRANET_ARCHIVE_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthlingDavey committed Nov 27, 2024
1 parent b11b62c commit ae55af9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ OAUTH_CLIENT_ID=
OAUTH_TENANT_ID=
OAUTH_CLIENT_SECRET=""

# A token to grant the intranet-archive user-agent access.
INTRANET_ARCHIVE_TOKEN=""

# IP ranges in nginx geo format. 1 IP range per line, each range is followed by it's value.
# @see https://nginx.org/en/docs/http/ngx_http_geo_module.html
# AUTH is off
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
BASIC_AUTH_PASS: ${{ secrets.BASIC_AUTH_PASS }}
IGNORE_IP_RANGES: ${{ vars.IGNORE_IP_RANGES }}
ALERTS_SLACK_WEBHOOK: ${{ secrets.ALERTS_SLACK_WEBHOOK }}
INTRANET_ARCHIVE_TOKEN: ${{ secrets.INTRANET_ARCHIVE_TOKEN }}
run: |
## - - - - - - - - - -
## CloudFront - - - -
Expand Down
1 change: 0 additions & 1 deletion deploy/development/secret.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ stringData:
OAUTH_CLIENT_SECRET: "${OAUTH_CLIENT_SECRET}"
BASIC_AUTH_USER: "${BASIC_AUTH_USER}"
BASIC_AUTH_PASS: "${BASIC_AUTH_PASS}"
INTRANET_ARCHIVE_TOKEN: "${INTRANET_ARCHIVE_TOKEN}"
---
apiVersion: v1
kind: Secret
Expand Down

0 comments on commit ae55af9

Please sign in to comment.