Git Product home page Git Product logo

hm-graphql-auto-api-explorer's People

Contributors

kaareloun avatar kevinvaldek avatar scudelletti avatar slashmili avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

hm-graphql-auto-api-explorer's Issues

http is being used

Observation: In AuthController there are at least two occasions where http is being used.

Expectation: do not use http? At least not hard coded this way; if the original request was http by itself, it is understandable, but if not (e.g., because https was used), why suddenly do http?

Unable to add a Google Maps API key when authentication is already enabled

Observed behavior: when the dashboard is provisioned, authentication might have been enabled (username+password authentication). If this is enabled, one is unable to add a Google Maps API key without first disabling authentication (which also completely removes the username+password). This is rather unfortunate in use cases where the username+password are being provisioned as part of the deployment of the dashboard itself.

Expected behavior: if no Google Maps API key has been entered, it should always be possible to add that. It should not matter if authentication is enabled or not.

Using hm-graphql-auto-api-explorer behind a reverse proxy

This isn't an issue, nevertheless, I just wanted to mention that using this application when deployed behind a reverse proxy (like haproxy or nginx) requires the rewrite of the host header in the configuration of the reverse proxy, for connections towards the backend.

For haproxy: http-request set-header Host "your.fixed.hostname" (see https://www.haproxy.com/documentation/hapee/latest/traffic-routing/rewrites/rewrite-requests/#set-a-header)
For nginx: proxy_set_header Host "your.fixed.hostname"; (see https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_set_header)

You might want to add this to the README.md.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.