mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-18 02:08:14 -05:00
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.go | ||
| metadata_test.go | ||
| openstack.go | ||
| openstack_client.go | ||
| openstack_instances.go | ||
| openstack_loadbalancer.go | ||
| openstack_metrics.go | ||
| openstack_routes.go | ||
| openstack_routes_test.go | ||
| openstack_test.go | ||
| openstack_volumes.go | ||
| OWNERS | ||