Skip to content

Commit

Permalink
Merge pull request #63 from oslokommune/unsecret
Browse files Browse the repository at this point in the history
Remove unused secrets from the Lambda environment
  • Loading branch information
simenheg authored Apr 5, 2024
2 parents 900da6a + 16b58dc commit 7efc26e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 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
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ setenv =
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 7efc26e

Please sign in to comment.