Monthly Archives: April 2021

Naming and Security

Came across an interesting configuration file pattern today: conf:   nova:     keystone:       insecure: true     neutron:       insecure: true     glance:       insecure: true     cinder:       insecure: true     barbican:       verify_ssl: false The interesting thing is … Continue reading

Posted in Software Engineering | Comments Off on Naming and Security