aboutsummaryrefslogtreecommitdiffstats
path: root/volumes/mariadb/docker-entrypoint-initdb.d/99-create-so-admin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'volumes/mariadb/docker-entrypoint-initdb.d/99-create-so-admin.sh')
-rw-r--r--volumes/mariadb/docker-entrypoint-initdb.d/99-create-so-admin.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/volumes/mariadb/docker-entrypoint-initdb.d/99-create-so-admin.sh b/volumes/mariadb/docker-entrypoint-initdb.d/99-create-so-admin.sh
index 2d38f84..9be02d2 100644
--- a/volumes/mariadb/docker-entrypoint-initdb.d/99-create-so-admin.sh
+++ b/volumes/mariadb/docker-entrypoint-initdb.d/99-create-so-admin.sh
@@ -4,6 +4,8 @@
# ===================================================================
# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
# ===================================================================
+# Modifications Copyright (c) 2023 Nordix Foundation
+# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
@@ -31,6 +33,7 @@ GRANT ALL PRIVILEGES ON `camundabpmn`.* TO 'so_admin'@'%' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON `requestdb`.* TO 'so_admin'@'%' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON `catalogdb`.* TO 'so_admin'@'%' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON `nfvo`.* TO 'so_admin'@'%' WITH GRANT OPTION;
+GRANT ALL PRIVILEGES ON `cnfm`.* TO 'so_admin'@'%' WITH GRANT OPTION;
FLUSH PRIVILEGES;
EOF