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

Allow playground settings customization #106

Open
maimas opened this issue Jun 24, 2021 · 0 comments
Open

Allow playground settings customization #106

maimas opened this issue Jun 24, 2021 · 0 comments

Comments

@maimas
Copy link

maimas commented Jun 24, 2021

Allow playground settings to be customized from the application.properties

I run in to an issues with this property request.credentials where I was getting 403 errors.
Than I realized that GUI has it's own config view so I had to update the property manually....

Default GUI conf: 'request.credentials': 'omit'
My updated GUI conf: 'request.credentials': 'include'

The problem is that once I deploy my service, other developers will use it's GUI and they will not be aware that there is a setting that needs to be changed from UI. They will face 403 errors and scratch their heads why.

The proposal is to have GUI settings configurable in the applciation.properties so that the service owner can specify the behavior of the UI. I can see this ability in other GQL projects

In my case I always want to have property set to include ---> 'request.credentials': 'include'

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

1 participant