2025-05-22 01:53:04.346 20 WARNING oslo_db.sqlalchemy.engines [-] MySQL SQL mode is 'STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION', consider enabling TRADITIONAL or STRICT_ALL_TABLES
2025-05-22 01:53:04.350 20 INFO alembic.runtime.migration [-] Context impl MySQLImpl.
2025-05-22 01:53:04.350 20 INFO alembic.runtime.migration [-] Will assume non-transactional DDL.
2025-05-22 01:53:04.376 20 INFO alembic.runtime.migration [-] Running upgrade  -> 39cf2e645cba, Ocata rebase
2025-05-22 01:53:05.430 20 INFO alembic.runtime.migration [-] Running upgrade 39cf2e645cba -> 0f8c192a061f, Add Secret Consumers table
2025-05-22 01:53:08.267 24 INFO barbican.model.repositories [-] Setting up database engine and session factory
2025-05-22 01:53:08.276 24 WARNING oslo_db.sqlalchemy.engines [-] MySQL SQL mode is 'STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION', consider enabling TRADITIONAL or STRICT_ALL_TABLES
2025-05-22 01:53:08.280 24 INFO barbican.model.repositories [-] Not auto-creating barbican registry DB
2025-05-22 01:53:08.281 24 INFO barbican.api.app [-] Barbican app created and initialized
2025-05-22 01:53:08.283 24 WARNING keystonemiddleware.auth_token [-] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True.