Implement ACL for brokers
- Brokers should have a list of IPs that are allowed for their token.
- Should have a list of rules on which procedures they are allowed to create objects (procedure, bids, etc.)
test_broker_1:
token: 286c835f-a908-4d94-8696-058fad90e7e6
ips:
- 127.0.0.1
procedures:
renewables:
procedure: true
bids: true
timber:
procedure: true
bids: false
TODO discuss DOD here - https://gitlab.prozorro.sale/public-projects/documentations/-/blob/master/broker-authentication.md
Need to have permissions to
- создание процедуры
- создание бида
- активация бида
Edited by Ghost User