Skip to content

Lambda Environment Variables are not actually used #67

@mettke

Description

@mettke

Describe the bug
The template.yaml files contains the following environment variables:

SSOSYNC_GOOGLE_CREDENTIALS: !Ref AWSGoogleCredentialsSecret
SSOSYNC_GOOGLE_ADMIN: !Ref AWSGoogleAdminEamil
SSOSYNC_SCIM_ENDPOINT: !Ref AWSSCIMEndpointSecret
SSOSYNC_SCIM_ACCESS_TOKEN: !Ref AWSSCIMAccessTokenSecret

These variables, however, are not actually used in the source code. Instead secrets.go contains hard coded values.

Expected behavior
Environment Variables should be used to allow configuration of the ssosync app.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions