Skip to content

Commit

Permalink
MG-1955 - Update Bootstrap service access control (absmach#2199)
Browse files Browse the repository at this point in the history
Signed-off-by: JeffMboya <[email protected]>
  • Loading branch information
JeffMboya authored Jul 9, 2024
1 parent c0b9017 commit b49a2cd
Show file tree
Hide file tree
Showing 15 changed files with 2,346 additions and 1,151 deletions.
10 changes: 10 additions & 0 deletions api/openapi/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ paths:
description: Missing or invalid config.
"401":
description: Missing or invalid access token provided.
"403":
description: Failed to perform authorization over the entity.
"404":
description: Config does not exist.
"422":
Expand All @@ -126,6 +128,8 @@ paths:
description: Failed due to malformed JSON.
"401":
description: Missing or invalid access token provided.
"403":
description: Failed to perform authorization over the entity.
"404":
description: Config does not exist.
"415":
Expand All @@ -151,6 +155,8 @@ paths:
description: Failed due to malformed config ID.
"401":
description: Missing or invalid access token provided.
"403":
description: Failed to perform authorization over the entity.
"422":
description: Database can't process request.
"500":
Expand All @@ -176,6 +182,8 @@ paths:
description: Failed due to malformed JSON.
"401":
description: Missing or invalid access token provided.
"403":
description: Failed to perform authorization over the entity.
"404":
description: Config does not exist.
"415":
Expand Down Expand Up @@ -204,6 +212,8 @@ paths:
description: Failed due to malformed JSON.
"401":
description: Missing or invalid access token provided.
"403":
description: Failed to perform authorization over the entity.
"404":
description: Config does not exist.
"415":
Expand Down
Loading

0 comments on commit b49a2cd

Please sign in to comment.