Skip to content

Commit

Permalink
Remove unused secrets from the Lambda environment
Browse files Browse the repository at this point in the history
  • Loading branch information
simenheg committed Apr 5, 2024
1 parent 900da6a commit 5f648ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ provider:
KEYCLOAK_SERVER: ${ssm:/dataplatform/shared/keycloak-server-url}
KEYCLOAK_REALM: api-catalog
RESOURCE_SERVER_CLIENT_ID: okdata-resource-server
CLIENT_ID: data-uploader
CLIENT_SECRET: ${ssm:/dataplatform/data-uploader/keycloak-client-secret}
SERVICE_NAME: ${self:service}

plugins:
Expand Down
5 changes: 0 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,12 @@ deps=
commands=
pytest {posargs}
setenv =
AWS_DEFAULT_REGION=eu-west-1
AWS_ACCESS_KEY_ID = mock
AWS_SECRET_ACCESS_KEY = mock
STAGE = dev
BUCKET = ok-origo-dataplatform-dev
AWS_XRAY_SDK_ENABLED = false
KEYCLOAK_SERVER = https://example.org
KEYCLOAK_REALM = mock
RESOURCE_SERVER_CLIENT_ID = resource-server
CLIENT_ID = mock
CLIENT_SECRET = mock
METADATA_API_URL = https://example.org
ENABLE_AUTH = true
SERVICE_NAME = data-exporter
Expand Down

0 comments on commit 5f648ac

Please sign in to comment.