|
|
@@ -1,12 +1,12 @@
|
|
|
#!/bin/bash
|
|
|
-# info: add temp database user
|
|
|
+# info: add temp database user.
|
|
|
# options: USER DATABASE [TYPE] [HOST] [TTL]
|
|
|
#
|
|
|
# example: v-add-database-temp-user wordress wordpress_db mysql
|
|
|
#
|
|
|
-# This function creates an temporary database user mysql_sso_db_XXXXXXXX and a random password
|
|
|
-# The user has an limited validity and only granted access to the specific database
|
|
|
-# Returns json to be read SSO Script
|
|
|
+# This function creates an temporary database user mysql_sso_db_XXXXXXXX and a random password.
|
|
|
+# The user has an limited validity and only granted access to the specific database.
|
|
|
+# Returns json to be read SSO Script.
|
|
|
|
|
|
#----------------------------------------------------------#
|
|
|
# Variables & Functions #
|