Skip to content

Commit

Permalink
feat: optional batch issuance
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Nov 26, 2024
1 parent 78d684d commit 53d3c9b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions agent/src/issuers/infrastruktur.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ export const infrastrukturIssuer = {
[mobileDriversLicenseSdJwt.id]: mobileDriversLicenseSdJwt,
[mobileDriversLicenseMdoc.id]: mobileDriversLicenseMdoc,
},
batchCredentialIssuance: {
batchSize: 10,
},
display: [
{
name: 'Bundesministerium fur Verkehr und digitale Infrastruktur',
Expand Down
3 changes: 3 additions & 0 deletions agent/src/issuers/koln.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ export const kolnIssuer = {
[certificateOfResidenceSdJwt.id]: certificateOfResidenceSdJwt,
[certificateOfResidenceMdoc.id]: certificateOfResidenceMdoc,
},
batchCredentialIssuance: {
batchSize: 10,
},
display: [
{
name: 'Bürgeramt Köln',
Expand Down
3 changes: 3 additions & 0 deletions agent/src/issuers/steuern.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ export const steuerIdSdJwtData = {
export const steuernIssuer = {
issuerId: '197625a0-b797-4559-80cc-bf5463b90dc3',
credentialConfigurationsSupported: { [steuerIdSdJwt.id]: steuerIdSdJwt, [steuerIdMdoc.id]: steuerIdMdoc },
batchCredentialIssuance: {
batchSize: 10,
},
display: [
{
name: 'Bundeszentralamt fur Steuern',
Expand Down
3 changes: 3 additions & 0 deletions agent/src/issuers/techniker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ export const healthIdSdJwtData = {
export const technikerIssuer = {
issuerId: 'a27a9f50-2b4d-4fac-99b6-9fd306641f9d',
credentialConfigurationsSupported: { [healthIdSdJwt.id]: healthIdSdJwt, [healthIdMdoc.id]: healthIdMdoc },
batchCredentialIssuance: {
batchSize: 10,
},
display: [
{
name: 'Die Techniker',
Expand Down

0 comments on commit 53d3c9b

Please sign in to comment.