Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
client
Commits
cac6be08
Commit
cac6be08
authored
2 years ago
by
Richard T. Carback III
Browse files
Options
Downloads
Patches
Plain Diff
Fix e2eGroupKey
parent
e2cd6a94
No related branches found
No related tags found
2 merge requests
!510
Release
,
!272
Integration fixes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
storage/session.go
+4
-1
4 additions, 1 deletion
storage/session.go
with
4 additions
and
1 deletion
storage/session.go
+
4
−
1
View file @
cac6be08
...
...
@@ -34,8 +34,11 @@ import (
)
const
currentSessionVersion
=
0
// NOTE: These are set this way for legacy purposes. If you want to change them
// you will need to set up and upgrade path for old session files
const
cmixGroupKey
=
"cmix/GroupKey"
const
e2eGroupKey
=
"e2e/Group
Key
"
const
e2eGroupKey
=
"e2e
Session
/Group"
// Session object, backed by encrypted versioned.KVc
type
Session
interface
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment