Multiple ApiKeys for the DeliveryApi ? #19608
daandrnorlysdk1
started this conversation in
Features and ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Right now it doesn't seem possible or easy to have multiple ApiKeys, this is an issue when you have multiple consumers of your API, for example this greatly increases the impact of a leak, requiring the key re-done, and then having to notify a lot of people instead of a more isolated incident
Umbraco-CMS/src/Umbraco.Core/Configuration/Models/DeliveryApiSettings.cs
Line 36 in 67106f0
Does anyone see an issue with a solution like one of the following?
string[]
instead ofstring
and update the validation checkBeta Was this translation helpful? Give feedback.
All reactions