Skip to content
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

INFO NOT SHOWING THE GENERATED PASSWORD #721

Open
emavworo opened this issue Nov 25, 2019 · 4 comments
Open

INFO NOT SHOWING THE GENERATED PASSWORD #721

emavworo opened this issue Nov 25, 2019 · 4 comments

Comments

@emavworo
Copy link

After building the drillflow project successfully, I executed the jar file as stated in the manual, and its running, but going through the console logs no generated password was seen.

Testing the server using a SOAP UI brings error 401,

Anyone knows how to get this info or setting up fixed users and password?

Emma

@Mike-d-s
Copy link

@emavworo Emma, you can contact me via email (click my profile and my email is there) and I'll try and give you some more information. But the core of the system is to act as a facade for a backend and user names / passwords are managed by the back end system. The basic auth user names/passwords are sent to the backend system via the valve where they are validated and an auth token is generated. Drillflow uses the auth token after that.

So as coded, you need to have valid credentials on the backend and the system needs to be able to provide the token broker endpoint to accept the basic auth credentials and return the token to be used in the other queries to the backend.

Since each Valve is custom to the backend, if you want to use DrillFlow with a specific backend, you would need to modify the valve.

@randypitcherii
Copy link
Contributor

@emavworo you might have luck using the test backend server Drilltest. I left the project a few months before development ended, so this may not work as well anymore.

Good luck!

@emavworo
Copy link
Author

Thanks Randy, will try Drilltest

@billydekid
Copy link

@emavworo Emma, you can contact me via email (click my profile and my email is there) and I'll try and give you some more information. But the core of the system is to act as a facade for a backend and user names / passwords are managed by the back end system. The basic auth user names/passwords are sent to the backend system via the valve where they are validated and an auth token is generated. Drillflow uses the auth token after that.

So as coded, you need to have valid credentials on the backend and the system needs to be able to provide the token broker endpoint to accept the basic auth credentials and return the token to be used in the other queries to the backend.

Since each Valve is custom to the backend, if you want to use DrillFlow with a specific backend, you would need to modify the valve.

Hi Mike,
I try to setup and test with Apache basic auth for an URL and put it as VALVE_BASE_URL.
When I access http://localhost:7070/Service/WMLS, the basic auth I entered which popup from localhost was incorrect and seems it fails to pass to VALVE_BASE_URL.

Does my understanding is correct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants