mirror of
https://github.com/paralus/paralus.git
synced 2026-08-24 15:47:19 +00:00
added ability to conifigure SA account lifetime with validation
Signed-off-by: mabhi <abhijit.mukherjee@infracloud.io>
This commit is contained in:
@@ -1130,6 +1130,10 @@
|
||||
"type": "string",
|
||||
"format": "int64"
|
||||
},
|
||||
"saValiditySeconds": {
|
||||
"type": "string",
|
||||
"format": "int64"
|
||||
},
|
||||
"enableSessionCheck": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -1533,6 +1537,10 @@
|
||||
"type": "string",
|
||||
"format": "int64"
|
||||
},
|
||||
"saValiditySeconds": {
|
||||
"type": "string",
|
||||
"format": "int64"
|
||||
},
|
||||
"enableSessionCheck": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -2328,6 +2336,10 @@
|
||||
"type": "string",
|
||||
"format": "int64"
|
||||
},
|
||||
"saValiditySeconds": {
|
||||
"type": "string",
|
||||
"format": "int64"
|
||||
},
|
||||
"enableSessionCheck": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@@ -2388,6 +2400,10 @@
|
||||
"type": "string",
|
||||
"format": "int64"
|
||||
},
|
||||
"saValiditySeconds": {
|
||||
"type": "string",
|
||||
"format": "int64"
|
||||
},
|
||||
"enableSessionCheck": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
||||
@@ -12,7 +12,16 @@
|
||||
],
|
||||
"paths": {},
|
||||
"definitions": {
|
||||
"googlerpcStatus": {
|
||||
"protobufAny": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"@type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties": {}
|
||||
},
|
||||
"rpcStatus": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"code": {
|
||||
@@ -29,15 +38,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"protobufAny": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"@type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user