Skip to content

Unique and immutable Project slugs - #13

Open
vknabel wants to merge 1 commit into
mainfrom
project-slug
Open

vknabel wants to merge 1 commit into
mainfrom
project-slug

Conversation

@vknabel

@vknabel vknabel commented Sep 24, 2026

Copy link
Copy Markdown
Contributor

Project names are not guaranteed to be unique and are mutable. Therefore there is no human-readable reference to a project that we can rely on OIDC roles.

optional string avatar_url = 6;
// Slug is an immutable identifier of the project.
// Guaranteed to be unique within a tenant.
string slug = 7;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's use [(buf.validate.field).string.(fits.api.v1.is_name)] as well?

@ma-hartma ma-hartma mentioned this pull request Sep 25, 2026
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants