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

Fix reachability of actions in dev mode #1818

Merged

Conversation

jsangmeister
Copy link
Contributor

fixes #1815

@peb-adr This should fix the problem that the auth service could reach the stack-internal action in dev mode via the public route. It should make testing easier and more robust in the future.

@jsangmeister jsangmeister added the enhancement General enhancement which is neither bug nor feature label Jul 18, 2023
@jsangmeister jsangmeister added this to the 4.1 milestone Jul 18, 2023
@r-peschke r-peschke assigned jsangmeister and unassigned r-peschke Aug 16, 2023
@jsangmeister jsangmeister enabled auto-merge (squash) August 22, 2023 11:07
@jsangmeister jsangmeister merged commit d8511f5 into OpenSlides:main Aug 22, 2023
4 checks passed
@jsangmeister jsangmeister deleted the fix-dev-mode-action-reachability branch August 22, 2023 11:17
peb-adr added a commit that referenced this pull request Sep 6, 2023
* commit '9ca701b83a47b2b35cba4a6a85393d45e98807da': (96 commits)
  Update linear sort error messages (#1891)
  Use automation access token in repository_dispatch (#1890)
  fix key error in get_user_scope (#1887)
  Fix reachability of actions in dev mode (#1818)
  Catch internal auth password decoding error (#1817)
  Add check to forbid self vote delegation (#1875)
  Fix agenda item update (#1861)
  Fix delete user with poll candidate (#1872)
  Fix of a problem with calculated user/committee_ids (#1859)
  Add default to meeting/users_pdf_wlan_encryption (#1863)
  Add meeting_user_id to user.create action result (#1866)
  change saml_private_key type to text (#1860)
  Move additional model code to mixins (#1808)
  Add saml_id to the account import actions (#1821)
  Fix relation handling with calculated fields handler (#1839)
  Extend project automation
  Update GitHub actions (#1822)
  Fix for a key error problem in speaker create (#1838)
  Allow to set agenda item tags with agenda_tag_ids (#1832)
  Add two options to workflow import (#1833)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement General enhancement which is neither bug nor feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't make all actions available via the public handle_request route in dev mode
3 participants