Peripli / specification

Service Manager Specification
Apache License 2.0
11 stars 4 forks source link

Fix platform and broker credentials #22

Closed dotchev closed 6 years ago

dotchev commented 6 years ago

For platforms credentials are always generated. For brokers credentials canbe provided or generated. Return only newly generated credentials. Do not return credentials in other cases.

pankrator commented 6 years ago

Isn't it an issue when registering a broker without credentials. If the SM requests the broker upon registration, the request will fail because the broker doesn't know its credentials? May be, we shouldn't request the broker upon registration in this case.