Skip to content

Commit

Permalink
chore: Use webhook sink URL for events in test (#493)
Browse files Browse the repository at this point in the history
Changing test environment base URI for Altinn so that we don't push
events to tt02 from two environments now that staging is up and running.

The URL is in the source key vault.
  • Loading branch information
oskogstad authored Feb 27, 2024
1 parent 0784257 commit f476fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Digdir.Domain.Dialogporten.WebApi/appsettings.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"Scope": "altinn:events.publish altinn:events.publish.admin",

// --------------------------
// Any additional settings are specific for the selected client definition type.
// Any additional settings are specific for the selected client definition type.
// See below for examples using other types.
"EncodedJwk": "TODO: Add to local secrets"
},
"Altinn": {
"BaseUri": "https://platform.tt02.altinn.no/",
"BaseUri": "Secret webhook sink URL in source key vault",
"SubscriptionKey": "TODO: Add to local secrets"
}
},
Expand Down

0 comments on commit f476fa0

Please sign in to comment.