syndesisio / syndesis-rest

The API for Syndesis - a flexible, customizable, cloud-hosted platform that provides core integration capabilities as a service. It leverages Red Hat's existing product architecture using OpenShift Online/Dedicated and Fuse Integration Services.
https://syndesis-staging.b6ff.rh-idev.openshiftapps.com/api/v1/
Apache License 2.0
6 stars 17 forks source link

feat: disable security in `development` profile #765

Closed zregvart closed 7 years ago

zregvart commented 7 years ago

This allows specifying Spring profile to be development, for instance via Java property spring.profiles.active (i.e. -Dspring.profiles.active=development) to disable pre-authenticated security and the ACLs defined within SpringConfiguration. This allows local development and invoking REST API via HTTP client (e.g. curl) without specifying any Cookies or other authentication headers.

jimmibot commented 7 years ago

@zregvart, thanks! @KurtStam, please review this.

KurtStam commented 7 years ago

@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

pure-bot[bot] commented 7 years ago

Pull request approved by @KurtStam - applying approved label