frmscoe / admin-service

admin-service
Apache License 2.0
0 stars 1 forks source link

Admin-service: add authentication service to admin service #54

Open Sandy-at-Tazama opened 4 weeks ago

Sandy-at-Tazama commented 4 weeks ago

As the admin service, I want to validate the expiration and signature of Tazama format tokens so that only valid tokens are accepted.

Acceptance Criteria:

The /v1/admin/event-flow-control/account needs to declare the "GET_V1_EVENT_FLOW_CONTROL_ACCOUNT" privilege. The /v1/admin/event-flow-control/entity needs to declare the "GET_V1_EVENT_FLOW_CONTROL_ENTITY" privilege. The /v1/admin/event-flow-control/account needs to declare the "PUT_V1_EVENT_FLOW_CONTROL_ACCOUNT" privilege. The /v1/admin/event-flow-control/entity needs to declare the "PUT_V1_EVENT_FLOW_CONTROL_ENTITY" privilege. The /v1/admin/event-flow-control/account needs to declare the "POST_V1_EVENT_FLOW_CONTROL_ACCOUNT" privilege. The /v1/admin/event-flow-control/entity needs to declare the "POST_V1_EVENT_FLOW_CONTROL_ENTITY" privilege. The /v1/admin/event-flow-control/cache needs to declare the "PUT_V1_EVENT_FLOW_CONTROL_CACHE" privilege.

https://github.com/tazama-lf/tms-service/issues/184