Closed zregvart closed 7 years ago
@zregvart, thanks! @KurtStam, please review this.
@zregvart I like it :). Hey can you add some documentation on how to work with cookies or authentication headers? https://github.com/syndesisio/syndesis-rest/issues/472
Pull request approved by @KurtStam - applying approved label
This allows specifying Spring profile to be
development
, for instance via Java propertyspring.profiles.active
(i.e.-Dspring.profiles.active=development
) to disable pre-authenticated security and the ACLs defined withinSpringConfiguration
. This allows local development and invoking REST API via HTTP client (e.g.curl
) without specifying any Cookies or other authentication headers.