Closed jmrodri closed 7 years ago
Provision could call DeepEqual twice which can be expensive.
https://github.com/fusor/ansible-service-broker/blob/master/pkg/broker/broker.go#L197-L217
Also remove the logging of parameters which could contain sensitive information.
Basically make it look lie this. https://github.com/fusor/ansible-service-broker/blob/master/pkg/broker/broker.go#L351-L362
Provision could call DeepEqual twice which can be expensive.
https://github.com/fusor/ansible-service-broker/blob/master/pkg/broker/broker.go#L197-L217
Also remove the logging of parameters which could contain sensitive information.