Skip to content

Commit

Permalink
extend getTenant permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
beetlecrunch committed Nov 30, 2023
1 parent d08d715 commit 9d8482b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ final case class TenantApiServiceImpl(
contexts: Seq[(String, String)],
toEntityMarshallerProblem: ToEntityMarshaller[Problem],
toEntityMarshallerTenant: ToEntityMarshaller[Tenant]
): Route = authorize(ADMIN_ROLE, API_ROLE, M2M_ROLE, SECURITY_ROLE, SUPPORT_ROLE) {
): Route = authorize(ADMIN_ROLE, API_ROLE, M2M_ROLE, SECURITY_ROLE, INTERNAL_ROLE, SUPPORT_ROLE) {
val operationLabel = s"Retrieving tenant $id"
logger.info(operationLabel)

Expand Down

0 comments on commit 9d8482b

Please sign in to comment.