mirror of
https://github.com/valitydev/bouncer-proto.git
synced 2024-11-06 02:45:23 +00:00
TD-421: Organization is no longer present in bouncer context of apikeymgmt (#29)
This commit is contained in:
parent
bf278167ce
commit
bb4ebd8773
@ -26,7 +26,6 @@ struct Entity {
|
||||
1: optional EntityID id
|
||||
2: optional string type
|
||||
3: optional EntityID party
|
||||
5: optional EntityID organization
|
||||
|
||||
4: optional WalletAttrs wallet
|
||||
}
|
||||
|
@ -404,7 +404,7 @@ struct ApiKeyMgmtOperation {
|
||||
* - ...
|
||||
*/
|
||||
1: optional string id
|
||||
2: optional Entity organization
|
||||
2: optional Entity party
|
||||
3: optional Entity api_key
|
||||
}
|
||||
|
||||
@ -415,7 +415,7 @@ struct ApiKeyMgmtOperation {
|
||||
|
||||
type = "ApiKey" {
|
||||
1: id
|
||||
2: organization
|
||||
2: party
|
||||
}
|
||||
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user