You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CreateSignedEnvelope function requires a signer as a parameter. In
some instances, a signer is not available, or not required/desired.
This CR modifies the CreateSignedEnvelope function to accept a nil
signer, which will allow the function to proceed normally, simply
without performing the signing related operations.
Change-Id: I75dcba15c07cf4acb1f7fe293cd2271c9792460d
Signed-off-by: Jason Yellick <[email protected]>
0 commit comments