Add instance IDs for forgejo auth sources #196

Merged
cmo merged 4 commits from forgejo-labels into master 2026-02-19 22:26:45 +00:00
Owner

Extend the Forgejo authentication sources to hold instance IDs that uniquely identify a Forgejo
instance. These instance IDs are used to generate non-matching incoming_labels even if the user names on different forgejo-instances are identical.

By default. the disambiguation is achieved using an md5 hash of the Forgejo authentication source URL.
The configuration allows to override this with a custom string to keep incoming_labels readable.

Extend the Forgejo authentication sources to hold instance IDs that uniquely identify a Forgejo instance. These instance IDs are used to generate non-matching `incoming_labels` even if the user names on different forgejo-instances are identical. By default. the disambiguation is achieved using an md5 hash of the Forgejo authentication source URL. The configuration allows to override this with a custom string to keep `incoming_labels` readable.
add instance IDs for forgejo auth sources
Some checks failed
Test execution / Test-all (push) Failing after 54s
7517310e3b
Extend the Forgejo authentication sources to hold
instance IDs that uniquely identify a forgejo
instance. These instance IDs are used to generate
non-matching `incoming_labels` even if the user
names on different forgejo-instances are identical.

By default the disambiguation is done with an md5
hash of the forgejo authentication source URL.
The configuration allows to override this with a
custom string to keep `incoming_labels` readable.
update CHANGELOG.md and README.md
Some checks failed
Test execution / Test-all (push) Has been cancelled
b234acace8
Describe the disambiguation of identical
user IDs on different Forgejo authentication
sources.
bump version to 5.5.0
Some checks failed
Test execution / Test-all (push) Failing after 50s
14e5f70ee7
fix tests for Forgejo auth sources
All checks were successful
Test execution / Test-all (push) Successful in 1m36s
96f7819a82
cmo merged commit 513bd31821 into master 2026-02-19 22:26:45 +00:00
Sign in to join this conversation.
No description provided.