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
rekor: Make create_entry() conservative WRT session use
* Session thread safety is ambiguous: it may now be safe but situation
is unclear
* Use a single Session per create_entry() call: This may have a little
more overhead but seems like the safest option
* Note that RekorLog (v1) other methods may not be thread safe: I only
reviewed the create_entry() flow
Signed-off-by: Jussi Kukkonen <[email protected]>
0 commit comments