Skip to content

Commit

Permalink
rename authorized_keys object
Browse files Browse the repository at this point in the history
  • Loading branch information
Eslam-Nawara committed Apr 2, 2024
1 parent 0b17b90 commit 9ad6679
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
}
}
},
"authorized_keys": {
"description": "Authorized keys for zos nodes",
"users": {
"description": "Users config for zos nodes",
"type": "object",
"properties": {
"users": {
"authorized": {
"description": "List of authorized users that can acess zos nodes",
"type": "array",
"items": {
Expand Down
4 changes: 2 additions & 2 deletions development.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"tcp://65.109.18.113:9651"
]
},
"authorized_keys": {
"users": [
"users": {
"authorized": [
"muhamadazmy",
"delandtj",
"maxux",
Expand Down
4 changes: 2 additions & 2 deletions qa.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"tcp://65.109.18.113:9651"
]
},
"authorized_keys": {
"users": [
"users": {
"authorized": [
"muhamadazmy",
"delandtj",
"maxux",
Expand Down
4 changes: 2 additions & 2 deletions testing.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"tcp://65.109.18.113:9651"
]
},
"authorized_keys": {
"users": [
"users": {
"authorized": [
"muhamadazmy",
"delandtj",
"maxux",
Expand Down

0 comments on commit 9ad6679

Please sign in to comment.