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

Update enduser domain and add enduser.pseudo.id #1456

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
3e1655f
Add authentication to enduser namespace
heyams Oct 7, 2024
6f858a2
Fix yamllint
heyams Oct 7, 2024
07cb1eb
Fix weaver
heyams Oct 7, 2024
ee0970f
Update markdowns
heyams Oct 7, 2024
38d8687
Generate gh issue
heyams Oct 7, 2024
b1cdc13
Fix policies-check and compatibility
heyams Oct 7, 2024
068a822
Update
heyams Oct 22, 2024
e05d7a3
Merge branch 'main' into heya/add-enduser-namespace
heyams Oct 22, 2024
c17bec6
Update changelog
heyams Oct 22, 2024
0fa3ffc
Merge branch 'heya/add-enduser-namespace' of https://github.com/heyam…
heyams Oct 22, 2024
d0e26d5
Update
heyams Oct 22, 2024
614a52e
Fix yamllint
heyams Oct 22, 2024
a499237
Fix
heyams Oct 22, 2024
5bfbfe2
Fix trailing spaces
heyams Oct 22, 2024
5f883d0
Use 'make generate-gh-issue-tempaltes
heyams Oct 23, 2024
13919ed
Update
heyams Nov 22, 2024
272ded3
Merge remote-tracking branch 'upstream/main' into heya/add-enduser-na…
heyams Nov 22, 2024
5c0d6d3
Update
heyams Nov 22, 2024
ff85999
Fix identity not found
heyams Nov 22, 2024
d626e6c
Update
heyams Nov 22, 2024
cb32498
Fix yamllint
heyams Nov 22, 2024
1c53711
Fix backward compat
heyams Nov 22, 2024
51d0c99
Rename enduser.id to enduser.pseudo.id
heyams Dec 10, 2024
5d10c08
Merge remote-tracking branch 'upstream/main' into heya/add-enduser-na…
heyams Dec 10, 2024
949bae8
Update md
heyams Dec 10, 2024
9778890
Update
heyams Dec 10, 2024
23bb6fe
Update attributes.md
heyams Jan 13, 2025
f0623df
Address comments
heyams Jan 13, 2025
435fc1b
Make update
heyams Jan 13, 2025
ca87ccc
Fix yamllint
heyams Jan 13, 2025
2b09f28
Merge remote-tracking branch 'upstream/main' into heya/add-enduser-na…
heyams Jan 23, 2025
2ccbfe3
Update
heyams Jan 23, 2025
10b2e0c
Fix yamllint
heyams Jan 24, 2025
8c89be8
Address comments
heyams Jan 24, 2025
a96ebb3
Update
heyams Jan 24, 2025
e076c4e
Update
heyams Jan 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix weaver
  • Loading branch information
heyams committed Oct 7, 2024
commit 07cb1eb91b8c141d277a092d36bf30e3173b7f80
10 changes: 0 additions & 10 deletions model/enduser/common.yaml

This file was deleted.

10 changes: 4 additions & 6 deletions model/enduser/registry.yaml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ groups:
type: attribute_group
display_name: End User Attributes
brief: >
Describes information about the end user, which can be used as a sub-namespace of browser, client, or user domains.
Describes information about the end user, which can be used as a subdomain of browser, client, or user domains.
heyams marked this conversation as resolved.
Show resolved Hide resolved
attributes:
- id: enduser.id
heyams marked this conversation as resolved.
Show resolved Hide resolved
type: string
@@ -12,9 +12,7 @@ groups:
Identifier of an end user who interacts with a system.
This identifier may be unique only through best-effort means and does not imply that the user is authenticated to the system.
examples: ['QdH5CAWJgqVT4rOr0qtumf']
- id: enduser.authentication
type: attribute_group
- ref: authentication.id
heyams marked this conversation as resolved.
Show resolved Hide resolved
stability: experimental
brief: >
Describes the authentication information of an authenticated end user.
ref: registry.authentication
requirement_level:
conditionally_required: if and only if the end user is authenticated.
Loading