Skip to content

Commit

Permalink
Merge pull request #348 from maykinmedia/update/open-api-framework-0.9.3
Browse files Browse the repository at this point in the history
Update Open API Framework to 0.9.3
  • Loading branch information
danielmursa-dev authored Feb 27, 2025
2 parents 447d4e6 + 1edc8d7 commit 1e01be8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/installation/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ Optional
* ``NUM_PROXIES``: the number of reverse proxies in front of the application, as an integer. This is used to determine the actual client IP adres. On Kubernetes with an ingress you typically want to set this to 2. Defaults to: ``1``.
* ``CSRF_TRUSTED_ORIGINS``: A list of trusted origins for unsafe requests (e.g. POST). Defaults to: ``[]``.
* ``NOTIFICATIONS_DISABLED``: indicates whether or not notifications should be sent to the Notificaties API for operations on the API endpoints. Defaults to ``True`` for the ``dev`` environment, otherwise defaults to ``False``.
* ``SENTRY_DSN``: URL of the sentry project to send error reports to. Default empty, i.e. -> no monitoring set up. Highly recommended to configure this.
* ``DISABLE_2FA``: Whether or not two factor authentication should be disabled. Defaults to: ``False``.
* ``LOG_OUTGOING_REQUESTS_EMIT_BODY``: Whether or not outgoing request bodies should be logged. Defaults to: ``True``.
* ``LOG_OUTGOING_REQUESTS_DB_SAVE``: Whether or not outgoing request logs should be saved to the database. Defaults to: ``False``.
* ``LOG_OUTGOING_REQUESTS_DB_SAVE_BODY``: Whether or not outgoing request bodies should be saved to the database. Defaults to: ``True``.
* ``LOG_OUTGOING_REQUESTS_MAX_AGE``: The amount of time after which request logs should be deleted from the database. Defaults to: ``7``.
* ``SENTRY_DSN``: URL of the sentry project to send error reports to. Default empty, i.e. -> no monitoring set up. Highly recommended to configure this.



Expand Down
3 changes: 1 addition & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ mozilla-django-oidc-db==0.22.0
# open-api-framework
notifications-api-common==0.3.1
# via commonground-api-common
open-api-framework==0.9.2
open-api-framework==0.9.3
# via -r requirements/base.in
orderedmultidict==1.0.1
# via furl
Expand Down Expand Up @@ -371,4 +371,3 @@ zgw-consumers==0.35.1
# via
# commonground-api-common
# notifications-api-common
# open-api-framework
3 changes: 1 addition & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ notifications-api-common==0.3.1
# -c requirements/base.txt
# -r requirements/base.txt
# commonground-api-common
open-api-framework==0.9.2
open-api-framework==0.9.3
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -837,4 +837,3 @@ zgw-consumers==0.35.1
# -r requirements/base.txt
# commonground-api-common
# notifications-api-common
# open-api-framework
3 changes: 1 addition & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ notifications-api-common==0.3.1
# -c requirements/ci.txt
# -r requirements/ci.txt
# commonground-api-common
open-api-framework==0.9.2
open-api-framework==0.9.3
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -1006,4 +1006,3 @@ zgw-consumers==0.35.1
# -r requirements/ci.txt
# commonground-api-common
# notifications-api-common
# open-api-framework
2 changes: 0 additions & 2 deletions src/openklant/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

from .api import * # noqa

init_sentry()

#
# APPLICATIONS enabled for this project
#
Expand Down

0 comments on commit 1e01be8

Please sign in to comment.