jasonmimick / atlas-osb

DEPRECATED: See https://github.com/mongodb/atlas-osb

Home Page:https://github.com/mongodb/atlas-osb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add label capability

jasonmimick opened this issue · comments

Allow broker admins to add custom labels to the clusters.

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

This is implemented.

var defaultLabel = atlas.Label{Key: "Infrastructure Tool", Value: "MongoDB Atlas Service Broker"}

We need to validate the values for the tags.

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