kubernetes/pkg/cloudprovider/providers/openstack
Mike Fedosin cf8c193b87 Allow to read OpenStack config from the secret
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.
2019-03-07 19:20:54 +01:00
..
BUILD Allow to read OpenStack config from the secret 2019-03-07 19:20:54 +01:00
MAINTAINERS.md
metadata_test.go Revert "Openstack: register metadata.hostname as node name" 2018-05-15 22:49:21 -04:00
metadata.go Move from glog to klog 2018-11-10 07:50:31 -05:00
openstack_client.go Fix golint for openstack and cinder packages 2018-02-04 17:15:32 -05:00
openstack_instances.go compile check to ensure cloud providers implement cloud interfaces 2018-11-30 10:33:34 -05:00
openstack_loadbalancer.go remove cloud provider dependencies to pkg/api/v1/service 2019-02-04 18:25:56 -05:00
openstack_metrics.go Ensure prometheus metrics are not registered twice 2019-02-14 09:01:14 -05:00
openstack_routes_test.go Moving the cloudprovider interface to staging. 2018-10-04 14:41:20 -07:00
openstack_routes.go compile check to ensure cloud providers implement cloud interfaces 2018-11-30 10:33:34 -05:00
openstack_test.go Make OpenStack cloud provider report a node hostname address 2018-08-23 13:20:47 +08:00
openstack_volumes.go Allow cinder volume limits to be configurable 2019-02-25 16:09:24 -05:00
openstack.go Allow to read OpenStack config from the secret 2019-03-07 19:20:54 +01:00
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00