eu-digital-green-certificates / dgca-validation-service

Validation service can validate eu digital covid certificates for travel and booking services using business rules from dgca-businessrule-service and certificates from dgca-verifier-service.
Apache License 2.0
13 stars 10 forks source link

Identityservice Keys #3

Closed SchulzeStTSI closed 3 years ago

SchulzeStTSI commented 3 years ago

Currently the keys have just KeyType + .. "+"-1, but there must be the possibility for n keys. The name of the keys should be placed in config file and the enum"KeyType" should just be used for the prefix. The Keyprovider should accept the kid (full url) of the DCC Validation Request. If no kid is provided, the latest key(highest number) should be used.