oslo.log/releasenotes/notes/add-system_scope-to-logging_user_identity_format-0581ce5070740375.yaml
Takashi Kajinami 7ed065f38d Add system scope information to default user identity string
As part of Secure RBAC work, support for system users(eg. system admin)
is being added. However current default format does not include
the system scope information so we can't determine whether the context
is non-scoped or system-scoped.

This change updates the default logging_user_identity_format so that
system scope is logged by default.

Change-Id: I7982cdb280599fb38362eb837cb527592267b91f
2022-04-19 17:08:58 +09:00

6 lines
169 B
YAML

---
upgrade:
- |
Default value of the ``[DEFAULT] logging_user_identity_format`` option has
been updated and now includes system scope information by default.