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

Change KeyTriple to Include Auth ID, Provider Name & Provider UUID #488

Closed
Tracked by #486
MattDavis00 opened this issue Jul 22, 2021 · 0 comments
Closed
Tracked by #486
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers small Effort label

Comments

@MattDavis00
Copy link
Member

MattDavis00 commented Jul 22, 2021

The structure of the new KeyTriple is still undecided but let the following structure provide an example.

KeyIdentity {
  application: ApplicationIdentity: {
    name: String,
    authenticator_id: u8
  },
  provider: ProviderIdentity {
    uuid: String,
    name: String,
  },
  key_name: String,
}
@MattDavis00 MattDavis00 added enhancement New feature or request good first issue Good for newcomers medium Effort label labels Jul 22, 2021
@MattDavis00 MattDavis00 self-assigned this Jul 22, 2021
@MattDavis00 MattDavis00 added small Effort label and removed medium Effort label labels Jul 22, 2021
MattDavis00 added a commit to MattDavis00/parsec that referenced this issue Jul 30, 2021
Closes parallaxsecond#488

Signed-off-by: Matt Davis <[email protected]>
MattDavis00 added a commit to MattDavis00/parsec that referenced this issue Aug 4, 2021
Closes parallaxsecond#488

Signed-off-by: Matt Davis <[email protected]>
MattDavis00 added a commit to MattDavis00/parsec that referenced this issue Aug 6, 2021
KeyIdentity contains a ApplicationIdentity, ProviderIdentity and a key_name.
KeyTriple still exists but solely for the use by the on_disk_manager KIM.
This is preliminary work towards the new SQLite KIM as part of parallaxsecond#486

Closes parallaxsecond#488

Signed-off-by: Matt Davis <[email protected]>
MattDavis00 added a commit to MattDavis00/parsec that referenced this issue Aug 6, 2021
KeyIdentity contains a ApplicationIdentity, ProviderIdentity and a key_name.
KeyTriple still exists but solely for the use by the on_disk_manager KIM.
This is preliminary work towards the new SQLite KIM as part of parallaxsecond#486

Closes parallaxsecond#488

Signed-off-by: Matt Davis <[email protected]>
MattDavis00 added a commit to MattDavis00/parsec that referenced this issue Aug 6, 2021
KeyIdentity contains a ApplicationIdentity, ProviderIdentity and a key_name.
KeyTriple still exists but solely for the use by the on_disk_manager KIM.
This is preliminary work towards the new SQLite KIM as part of parallaxsecond#486

Closes parallaxsecond#488

Signed-off-by: Matt Davis <[email protected]>
MattDavis00 added a commit to MattDavis00/parsec that referenced this issue Aug 6, 2021
KeyIdentity contains a ApplicationIdentity, ProviderIdentity and a key_name.
KeyTriple still exists but solely for the use by the on_disk_manager KIM.
This is preliminary work towards the new SQLite KIM as part of parallaxsecond#486

Closes parallaxsecond#488

Signed-off-by: Matt Davis <[email protected]>
MattDavis00 added a commit to MattDavis00/parsec that referenced this issue Aug 9, 2021
KeyIdentity contains a ApplicationIdentity, ProviderIdentity and a key_name.
KeyTriple still exists but solely for the use by the on_disk_manager KIM.
This is preliminary work towards the new SQLite KIM as part of parallaxsecond#486

Closes parallaxsecond#488

Signed-off-by: Matt Davis <[email protected]>
MattDavis00 added a commit to MattDavis00/parsec that referenced this issue Aug 9, 2021
KeyIdentity contains a ApplicationIdentity, ProviderIdentity and a key_name.
KeyTriple still exists but solely for the use by the on_disk_manager KIM.
This is preliminary work towards the new SQLite KIM as part of parallaxsecond#486

Closes parallaxsecond#488

Signed-off-by: Matt Davis <[email protected]>
MattDavis00 added a commit to MattDavis00/parsec that referenced this issue Aug 10, 2021
KeyIdentity contains a ApplicationIdentity, ProviderIdentity and a key_name.
KeyTriple still exists but solely for the use by the on_disk_manager KIM.
This is preliminary work towards the new SQLite KIM as part of parallaxsecond#486

Closes parallaxsecond#488

Signed-off-by: Matt Davis <[email protected]>
MattDavis00 added a commit to MattDavis00/parsec that referenced this issue Aug 18, 2021
KeyIdentity contains a ApplicationIdentity, ProviderIdentity and a key_name.
KeyTriple still exists but solely for the use by the on_disk_manager KIM.
This is preliminary work towards the new SQLite KIM as part of parallaxsecond#486

Closes parallaxsecond#488

Signed-off-by: Matt Davis <[email protected]>
MattDavis00 added a commit to MattDavis00/parsec that referenced this issue Aug 20, 2021
KeyIdentity contains a ApplicationIdentity, ProviderIdentity and a key_name.
KeyTriple still exists but solely for the use by the on_disk_manager KIM.
This is preliminary work towards the new SQLite KIM as part of parallaxsecond#486

Closes parallaxsecond#488

Signed-off-by: Matt Davis <[email protected]>
MattDavis00 added a commit to MattDavis00/parsec that referenced this issue Aug 23, 2021
KeyIdentity contains a ApplicationIdentity, ProviderIdentity and a key_name.
KeyTriple still exists but solely for the use by the on_disk_manager KIM.
This is preliminary work towards the new SQLite KIM as part of parallaxsecond#486

Closes parallaxsecond#488

Signed-off-by: Matt Davis <[email protected]>
MattDavis00 added a commit to MattDavis00/parsec that referenced this issue Aug 23, 2021
KeyIdentity contains a ApplicationIdentity, ProviderIdentity and a key_name.
KeyTriple still exists but solely for the use by the on_disk_manager KIM.
This is preliminary work towards the new SQLite KIM as part of parallaxsecond#486

Closes parallaxsecond#488

Signed-off-by: Matt Davis <[email protected]>
ionut-arm pushed a commit that referenced this issue Sep 1, 2021
KeyIdentity contains a ApplicationIdentity, ProviderIdentity and a key_name.
KeyTriple still exists but solely for the use by the on_disk_manager KIM.
This is preliminary work towards the new SQLite KIM as part of #486

Closes #488

Signed-off-by: Matt Davis <[email protected]>
MattDavis00 added a commit to MattDavis00/parsec that referenced this issue Sep 21, 2021
KeyIdentity contains a ApplicationIdentity, ProviderIdentity and a key_name.
KeyTriple still exists but solely for the use by the on_disk_manager KIM.
This is preliminary work towards the new SQLite KIM as part of parallaxsecond#486

Closes parallaxsecond#488

Signed-off-by: Matt Davis <[email protected]>
ionut-arm pushed a commit to ionut-arm/parsec that referenced this issue Dec 3, 2021
KeyIdentity contains a ApplicationIdentity, ProviderIdentity and a key_name.
KeyTriple still exists but solely for the use by the on_disk_manager KIM.
This is preliminary work towards the new SQLite KIM as part of parallaxsecond#486

Closes parallaxsecond#488

Signed-off-by: Matt Davis <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers small Effort label
Projects
None yet
Development

No branches or pull requests

1 participant