Skip to content

PASS_IDENTIFIER and TEAM_IDENTIFIER is not configurable #138

@D-04

Description

@D-04

PASS_IDENTIFIER and TEAM_IDENTIFIER seem to be hardcoded.

public static PASS_IDENTIFIER = 'pass.de.marvinsextro.covidpass'
public static TEAM_IDENTIFIER = 'X8Q7Q2RLTD'

When providing your own Apple Developer certificate Safari will decline the wallet saying: "Safari cannot download this file" since the PASS_IDENTIFIER and TEAM_IDENTIFIER don't match the certificate.

The current workaround for this is adapting these variables by hand and building the repository. However, it would be better if these constants could be configurable through environment variables. These environments variables can then also be set in the docker-compose file.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions