-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tags and description to vhost #689
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When retrieving a vhost via http api in rabbitmq the root object contains (among others) description (string)
, tags (array)
and metadata (object)
. The metadata object contains description (string)
and tags (array)
.
Dunno why it has that metadata object and values in the root object.
Anyway, based on this I'd say we should store tags as an array.
7380968
to
c39bd1a
Compare
Co-authored-by: Carl Hörberg <[email protected]>
Co-authored-by: Carl Hörberg <[email protected]>
Co-authored-by: Carl Hörberg <[email protected]>
Co-authored-by: Carl Hörberg <[email protected]>
Co-authored-by: Carl Hörberg <[email protected]>
* add tags and description to vhost --------- Co-authored-by: Carl Hörberg <[email protected]>
WHAT is this pull request doing?
add tags and description to vhost, and add them to details tuple.
needed for client compatibility
discuss: do we want this?
HOW can this pull request be tested?
GET /vhosts
response should have description and tags