Refactor session token (#1109)

- Update operator dependency
- Don't store policy on session token, instead obtain it during session
  validation

Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com>
This commit is contained in:
Lenin Alevski
2021-10-12 21:25:02 -07:00
committed by GitHub
parent 2cae87aaed
commit 410b4555e3
18 changed files with 108 additions and 290 deletions

View File

@@ -4797,12 +4797,6 @@ func init() {
},
"accountAccessKey": {
"type": "string"
},
"actions": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
@@ -10531,12 +10525,6 @@ func init() {
},
"accountAccessKey": {
"type": "string"
},
"actions": {
"type": "array",
"items": {
"type": "string"
}
}
}
},