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

Missing config parameter option master key required #2439

Closed
4 tasks done
mtrezza opened this issue May 27, 2023 · 5 comments · Fixed by #2440
Closed
4 tasks done

Missing config parameter option master key required #2439

mtrezza opened this issue May 27, 2023 · 5 comments · Fixed by #2440
Labels
state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version type:bug Impaired feature or lacking behavior that is likely assumed

Comments

@mtrezza
Copy link
Member

mtrezza commented May 27, 2023

New Issue Checklist

Issue Description

It's not possible anymore to set a config option as "master key required". The dialog originally contained such an option. At some point it got lost it seems.

See #1233 (comment).

The current workaround is to go directly manipulate the option in the DB collection _GlobalConfig.

Steps to reproduce

Config > Add new parameter

Actual Outcome

No option to set parameter to require master key.

Expected Outcome

Should have option as in screenshot in #1233 (comment).

Environment

Dashboard

  • Parse Dashboard version: 5.1.0
@parse-github-assistant
Copy link

parse-github-assistant bot commented May 27, 2023

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.

@mtrezza mtrezza added type:bug Impaired feature or lacking behavior that is likely assumed bounty:$20 Bounty applies for fixing this issue (Parse Bounty Program) and removed bounty:$20 Bounty applies for fixing this issue (Parse Bounty Program) labels May 27, 2023
@mtrezza
Copy link
Member Author

mtrezza commented May 29, 2023

Looking at the logs, its seems that the serverInfo endpoint is inaccessible:

[Error] Could not connect to the server.
[Error] XMLHttpRequest cannot load http://localhost:1337/parse/serverInfo due to access control checks.
[Error] Failed to load resource: Could not connect to the server. (serverInfo, line 0)

It's trying to access localhost instead of the actual server domain. I was able to replicate the issue locally with a connection to a remote server.

The request is formed via Parse._request, which is provided by the Parse JS SDK, so there may be an issue there.

@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.2.0-alpha.10

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Jun 1, 2023
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.2.0-beta.2

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Jun 10, 2023
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.2.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version type:bug Impaired feature or lacking behavior that is likely assumed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants