• Mike Fedosin's avatar
    Allow to read OpenStack config from the secret · cf8c193b
    Mike Fedosin authored
    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.
    cf8c193b
Name
Last commit
Last update
..
BUILD Loading commit data...
MAINTAINERS.md Loading commit data...
OWNERS Loading commit data...
metadata.go Loading commit data...
metadata_test.go Loading commit data...
openstack.go Loading commit data...
openstack_client.go Loading commit data...
openstack_instances.go Loading commit data...
openstack_loadbalancer.go Loading commit data...
openstack_metrics.go Loading commit data...
openstack_routes.go Loading commit data...
openstack_routes_test.go Loading commit data...
openstack_test.go Loading commit data...
openstack_volumes.go Loading commit data...