diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-02-28 12:18:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-02-28 12:18:17 +0000 |
commit | 08a88ba2e5391648896f00e7a76201e48fe72504 (patch) | |
tree | 3704af8b620f0fa5b4580e156b8b3bd194eea512 /docs/submodules/policy | |
parent | 8a339518f80d82468033f159b0fdf906561a0300 (diff) |
Updated git submodules
Project: policy/engine master f39febaa77ab395b8e755c19ef85cc984b8da072
Merge "remove mariadb superuser sql statements"
remove mariadb superuser sql statements
PE installation as part of data upgrade invokes
"set global" statements that are typically used
by priviledged accounts as the "root" mariadb user.
As part of the effort to clean up the mariadb docker install,
only permissions to a regular mariadb user (policy_user by default)
are given in 3 databases: onap_sdk, log, and support.
This account cannot do changes outside those.
In any case the usage of the global timeouts is questionable.
We should keep an eye if there's any potential bad side effect,
and correct it if it doesn't. It's preferable to keep
"policy_user" with a restricted set of privileges, instead
of being a superuser (otherwise can plainly user the root account).
Change-Id: I17b1a6a2cb62a319464e1db4b3aafbc1dbf20d78
Issue-ID: POLICY-650
Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'docs/submodules/policy')
m--------- | docs/submodules/policy/engine.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/policy/engine.git b/docs/submodules/policy/engine.git -Subproject f1e1aac664fed1efa8bf78656a9aa1a2ea5a17c +Subproject f39febaa77ab395b8e755c19ef85cc984b8da07 |