metal-stack-cloud / api

MIT License
1 stars 0 forks source link

"Onboarded"-Flag needed as part of tenant #137

Closed Conceptiks closed 8 months ago

Conceptiks commented 10 months ago

To permanently hide the onboarding banner after the free onboarding has been booked, we need to attach a onboarded: true-flag to each tenant:

https://github.com/metal-stack-cloud/api/blob/main/proto/api/v1/tenant.proto#L61

This will also need to be implemented in the API-Server.

Relates to: https://github.com/metal-stack-cloud/console/pull/638