-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Description
endpoints need to have ROLES and Privileges associated with them. Since tokens and security are always part of the architecture and will be included at all points of the architecture (proxy, MQ, API server), they will also need to be checked at all places the Open Api is checked.
You need to provide something similar to 'I/O State that can be shared and syncronized:
"URI": {
"list":{
"METHOD":"GET",
"DESCRIPTION":"List Hook",
"ROLES":["ROLE_ADMIN","ROLE_ARCH"],
"BATCH":["ROLE_ADMIN","ROLE_ARCH"],
"REQUEST": {
"permitAll":[]
},
"RESPONSE": {
"permitAll":["id","version","user","name","url","format","service"]
}
},
Metadata
Metadata
Assignees
Labels
No labels