Update git submodules

* Update barbican from branch 'master'
  to 748b8746f6f69e44b53af797244b5400b2252190
  - Merge "Ignore network errors during C_Finalize"
  - Ignore network errors during C_Finalize
    
    The Trustway Proteccio HSM can somtimes return a network error when
    attempting to finalize the cryptoki library.
    
    The error can prevent reinitialization because we attempt to finalize
    the library before initalizing a new connection.  When a network error
    occurrs, barbican gets stuck in an error loop trying to finalize the
    dead connection before starting a new one.
    
    This patch adds code to ignore the network error when finalizing to
    ensure we are able to attempt to reinitialize.
    
    Connection errors during other operations will still result in 500
    errors as expected.
    
    Change-Id: I9ac6c7bbda0f81cb26e1c589803317df1ef11f39
This commit is contained in:
Zuul 2021-09-22 15:10:55 +00:00 committed by Gerrit Code Review
parent 690ba85185
commit 7b25697bc2
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 476a5b73e8a21bd3f9dd85c771ae607966d1c0ac
Subproject commit 748b8746f6f69e44b53af797244b5400b2252190