kube-object-storage / lib-bucket-provisioner

Library for the dynamic provisioning of object store buckets to be used by object store providers.
Apache License 2.0
20 stars 22 forks source link

Consider using secrets for endpoint info #183

Open jeffvance opened 4 years ago

jeffvance commented 4 years ago

At the 2019 sig-storage F2F a person asked if the library could combine the configMap endpoint data into the secret in order to reduce the number of k8s resources used by the lib. At scale this is probably a good suggestion.

We should decide if completely remove the configMap all together, or keep configMaps and secrets separate but define a setting/flag allowing them to be combined.