You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.
The PI dashboard datamart API also provides a swagger UI via a separate container configured in the docker-compose.yml file. Rather than having the webapp serve it's own Swagger UI, we should just use the official container.
The container allows configuration of OAuth2 client via the OAUTH2_CLIENT_ID environment variable and we should update our served swagger.json to have the appropriate OAuth2 token URLs taken from the settings.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The PI dashboard datamart API also provides a swagger UI via a separate container configured in the docker-compose.yml file. Rather than having the webapp serve it's own Swagger UI, we should just use the official container.
The container allows configuration of OAuth2 client via the OAUTH2_CLIENT_ID environment variable and we should update our served swagger.json to have the appropriate OAuth2 token URLs taken from the settings.
The text was updated successfully, but these errors were encountered: