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

kms: add support for tagged identities #23

Merged
merged 1 commit into from
Oct 11, 2024
Merged

kms: add support for tagged identities #23

merged 1 commit into from
Oct 11, 2024

Conversation

aead
Copy link
Member

@aead aead commented Oct 10, 2024

This commit adds support for tagged identities.
An identity can have zero, one or multiple tags
(key-value metadata labels). Tags are useful to
associate additional metadata with an identity.
For example, which service is using this identity.

A tag key is an arbitrary string (at most 64 characters long) and can contain the following characters: [a-z], [A-Z], [0-9] or '.', '_', '-', '/'.

A tag value is an arbitrary string from the same character set but it can be long 256 characters long.

An identity can hold up to 32 tags.

This commit adds support for tagged identities.
An identity can have zero, one or multiple tags
(key-value metadata labels). Tags are useful to
associate additional metadata with an identity.
For example, which service is using this identity.

A tag key is an arbitrary string (at most 64 characters long)
and can contain the following characters: [a-z], [A-Z], [0-9] or
'.', '_', '-', '/'.

A tag value is an arbitrary string from the same character set
but it can be long 256 characters long.

An identity can hold up to 32 tags.

Signed-off-by: Andreas Auernhammer <[email protected]>
kms/protobuf/request.proto Show resolved Hide resolved
@aead aead merged commit 86a9431 into main Oct 11, 2024
5 checks passed
@aead aead deleted the identity-tag branch October 11, 2024 08:18
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