REST API with Partial HTTP Authentication

Hi there!
I’d like to have partial authentication enabled. By partial I mean that only parts of the available requests should require an authentication. In my case I’d like to require an authentication only for /deployment requests.

Is this possible with the default engine-rest deployment?

Best regards,
Felix

The default REST API artifacts do not provide this capability. You’ll have to modify the authentication servlet filter such that it only filters some requests.

Cheers,
Thorben