Tenant security context component (#2139)

Added edit Security Context component to Tenant Security screen, and updated API and backend to enable editing
This commit is contained in:
jinapurapu
2022-07-13 14:05:07 -07:00
committed by GitHub
parent 64b13e9dc9
commit dd2fffd3dc
10 changed files with 250 additions and 2 deletions

View File

@@ -1491,6 +1491,9 @@ definitions:
type: array
items:
$ref: "#/definitions/certificateInfo"
securityContext:
type: object
$ref: "#/definitions/securityContext"
updateTenantSecurityRequest:
type: object
@@ -1512,7 +1515,10 @@ definitions:
type: array
items:
type: string
securityContext:
type: object
$ref: "#/definitions/securityContext"
certificateInfo:
type: object
properties: