Skip to content

Commit 9ab317c

Browse files
committed
refactor: Adds description argument to database-user example
1 parent ccee0f5 commit 9ab317c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/database-user/scramUser.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
"Type": "String",
2525
"NoEcho": "true",
2626
"Description": "Alphanumeric string that authenticates this database user against the database specified in databaseName. To authenticate with SCRAM-SHA, you must specify this parameter"
27+
},
28+
"Description": {
29+
"Type": "String",
30+
"Description": "Description of this database user."
2731
}
2832
},
2933
"Mappings": {},
@@ -49,6 +53,9 @@
4953
"DatabaseName": {
5054
"Ref": "DatabaseName"
5155
},
56+
"Description": {
57+
"Ref": "Description"
58+
},
5259
"Roles": [
5360
{
5461
"RoleName": "atlasAdmin",

0 commit comments

Comments
 (0)