Issue 527 - fix: remove static record_name from DeDI plugin config to support dynamic bap_id/bpp_id lookup
This commit is contained in:
@@ -25,7 +25,6 @@ func (d dediRegistryProvider) New(ctx context.Context, config map[string]string)
|
||||
ApiKey: config["apiKey"],
|
||||
NamespaceID: config["namespaceID"],
|
||||
RegistryName: config["registryName"],
|
||||
RecordName: config["recordName"],
|
||||
}
|
||||
|
||||
// Parse timeout if provided
|
||||
|
||||
Reference in New Issue
Block a user