-
Notifications
You must be signed in to change notification settings - Fork 29
Feature/boat bay support #214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
# Conflicts: # boat-maven-plugin/README.md # boat-maven-plugin/src/it/example/pom.xml
| if (readTimeout == null){ | ||
| BasicAuthRequestInterceptor basicAuthRequestInterceptor = new BasicAuthRequestInterceptor("admin","admin"); | ||
| ApiClient apiClient = new ApiClient().setBasePath(clientBasePath); | ||
| // apiClient.addAuthorization("Basic",basicAuthRequestInterceptor); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How is auth working now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess, by default some basic security is enabled by Jhipster. If you spin up boat-bay locally, in the mysql database in jhi_user, you would see 2 users - admin(ROLE_ADMIN) and user (ROLE_USER).
To create something, we need to pass as basic auth.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No security applied
|
New PR - #230 |
Boat bay is still in development