jasonmimick / atlas-osb

DEPRECATED: See https://github.com/mongodb/atlas-osb
https://github.com/mongodb/atlas-osb
Apache License 2.0
0 stars 2 forks source link

Add label capability #6

Closed jasonmimick closed 4 years ago

jasonmimick commented 4 years ago

Allow broker admins to add custom labels to the clusters.

TODO/ where to define tags? Can we add a tag during create-service?

jasonmimick commented 4 years ago

This is implemented. https://github.com/jasonmimick/atlas-osb/blob/e15a5d07fee7beb46ffbd353f62bf01576a3a7ca/pkg/broker/instance_operations.go#L60

We need to validate the values for the tags.

jasonmimick commented 4 years ago

Add ability to add a label to a cluster with the service instance id. TODO