Skip to content
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

[feature request] Support for namespace metadata tags #9631

Closed
daktari opened this issue Dec 14, 2020 · 3 comments · Fixed by #12138
Closed

[feature request] Support for namespace metadata tags #9631

daktari opened this issue Dec 14, 2020 · 3 comments · Fixed by #12138
Labels

Comments

@daktari
Copy link
Contributor

daktari commented Dec 14, 2020

It would be useful to support key/value metadata tags in namespace API definition.

The use case is for example for billing tags or contact information.

nomad namespace inspect team-a
{
    "CreateIndex": 100,
    "Description": "Team A Namespace",
    "ModifyIndex": 22661669,
    "Name": "team-a",
    "Quota": "",
    "Metadata": {
            "owner": "John Doe",
            "contact": "team-a@company.com",
            "billing-ua": "00001"
    }
}
@daktari
Copy link
Contributor Author

daktari commented Feb 28, 2022

Hi @tgross ,

can you check #12138 ?

Thanks!

@schmichael
Copy link
Member

Will ship in Nomad 1.3.0! Thanks for the input everyone!

@Amier3 Amier3 added the help-wanted We encourage community PRs for these issues! label Apr 1, 2022
@github-actions
Copy link

github-actions bot commented Oct 9, 2022

I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants