-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Description
Task name
AzureKeyVault@2
Describe your feature request here
8 years ago this feature was requested: #4990
Currently AzureKeyVault@2
's SecretFilter
supports two options:
- Use
'*'
(which is the default) to retrieve all secrets. - Use explicit
<secret-name>
, or a comma-separated list
It would be very useful to be able to use a wildcard pattern in the SecretFilter
to be able to load all secrets that match the pattern, or at least "start with" a prefix.
For example SecretFilter: 'api-*'
.
#4990 was closed 7 years ago because of lack of API support from Azure API's.
I was wondering if this is now a viable feature? I could imagine that the Azure API's are now able to support such a feature, many years later.
Frulfump