Michael Claassen
Michael Claassen
## Description When provisioning a service instance any user provided variables are ignored if they are also specified by the plan. From a comment in the broker code here: https://github.com/cloudfoundry-incubator/cloud-service-broker/blob/aeeda52721f507e846b2730d5e597cf272b2efbd/pkg/broker/service_definition.go#L352...
### Description When trying to configure attackProtection settings via YAML: ``` attackProtection: bruteForceProtection: enabled: true shields: - block - user_notification mode: count_per_identifier max_attempts: 6 ``` the import command fails with:...