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

Remove App::Config::local_app_* parameters #6816

Merged
merged 3 commits into from
Aug 16, 2023

Conversation

kiburtse
Copy link
Contributor

What, How & Why?

They are not used by the server side and not needed in local impl.

Fixes #6811

☑️ ToDos

  • 📝 Changelog update
    * [ ] 🚦 Tests (or not relevant)
  • C-API, if public C++ API changed.

They are not used by the server side and not needed in local impl.
@nirinchev
Copy link
Member

Hm, so this may have been used after all - I can see that at least appVersion was parsed on the server: https://github.com/10gen/baas/blob/0b2527e2c17a4da07984d0a7124c1338bf540ee4/auth/common/authreq.go#L85. Not sure if it was used for anything after that though. cc @tkaye407

@tkaye407
Copy link
Contributor

Ah, in the thread I assumed it was just referencing "local_app_version". I will ask the baas-core team and get back to you

@kiburtse kiburtse merged commit aee2bf7 into master Aug 16, 2023
27 checks passed
@kiburtse kiburtse deleted the kb/remove_app_config_app_local_params branch August 16, 2023 10:15
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove App::Config::local_app_name and App::Config::local_app_version
4 participants