-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Showing
8 changed files
with
122 additions
and
67 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.