-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Ks 316 replace secret usage in transmission protocol with the workflow execution #13501
Ks 316 replace secret usage in transmission protocol with the workflow execution #13501
Conversation
b12cb7d
to
4fdcaee
Compare
4fdcaee
to
a1e48cc
Compare
0f62246
to
1644c6a
Compare
1644c6a
to
ac77029
Compare
return nil, errors.New("workflow ID and workflow execution ID must be set in request metadata") | ||
} | ||
|
||
transmissionID := req.Metadata.WorkflowID + req.Metadata.WorkflowExecutionID |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WorkflowExecutionID = WorkflowID + EventID, so adding WorkflowID again seems redundant?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agree, thats not necessary, no material impact I think? I'll get on to it shortly
No description provided.