![]() Currently OpenStack cloud provider reads user credentials from config file, where data is stored in clear text. This approach is not recommended, as it is a serious security issue. This commit add an ability to read the config from secrets, if necessary. To do so, two new parameters are added to the config: SecretNamespace and SecretName. If they are specified, the provider will try to read config from the secret. |
||
---|---|---|
.. | ||
BUILD | ||
MAINTAINERS.md | ||
metadata_test.go | ||
metadata.go | ||
openstack_client.go | ||
openstack_instances.go | ||
openstack_loadbalancer.go | ||
openstack_metrics.go | ||
openstack_routes_test.go | ||
openstack_routes.go | ||
openstack_test.go | ||
openstack_volumes.go | ||
openstack.go | ||
OWNERS |