Skip to content

Commit

Permalink
add clusterToken to the encryption block message for cluster token
Browse files Browse the repository at this point in the history
Signed-off-by: Naiming Shen <[email protected]>
  • Loading branch information
Naiming Shen authored and eriknordmark committed Jun 11, 2024
1 parent ab08ae4 commit 3fcdc06
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 51 deletions.
38 changes: 25 additions & 13 deletions go/evecommon/acipherinfo.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

64 changes: 32 additions & 32 deletions images/devconfig.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions proto/evecommon/acipherinfo.proto
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,6 @@ message EncryptionBlock {
string cellular_net_username = 6;
// Password for cellular network.
string cellular_net_password = 7;
// Cluster token
string cluster_token = 8;
}
12 changes: 6 additions & 6 deletions python/evecommon/acipherinfo_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3fcdc06

Please sign in to comment.