0

I would like to use Project API on top on Workspace API. I would like to test it on a docker installation single user.

The documentation seems to say Project API is secured. Shall I enable security for a single user, or shall I switch to multi-user setup?

I would have hoped to be able to remove security on all APIs in a single user mode

David Aguirre
  • 116
  • 1
  • 2

1 Answers1

0

Che in a single user mode does not have any auth checks, so, you can freely call services.

bianchi
  • 500
  • 2
  • 12