Skip to content

Commit

Permalink
[maykinmedia/objects-api#480] Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmursa-dev committed Dec 9, 2024
1 parent 050db03 commit 50688f1
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
11 changes: 10 additions & 1 deletion docker/setup_configuration/data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,13 @@ objecttypes_site_config_enable: true
objecttypes_sites:
items:
- domain: example-1.com
name: example-1
name: example-1

oidc_db_config_enable: true
oidc_db_config_admin_auth:
oidc_rp_client_id: client-id
oidc_rp_client_secret: secret
endpoint_config:
oidc_op_authorization_endpoint: https://example.com/realms/test/protocol/openid-connect/auth
oidc_op_token_endpoint: https://example.com/realms/test/protocol/openid-connect/token
oidc_op_user_endpoint: https://example.com/realms/test/protocol/openid-connect/userinfo
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ furl
django-jsonsuit
sharing-configs
django-setup-configuration
mozilla-django-oidc-db[setup-configuration]

# API libraries
drf-nested-routers
7 changes: 5 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ django-sessionprofile==3.0.0
django-setup-configuration==0.4.0
# via
# -r requirements/base.in
# mozilla-django-oidc-db
# open-api-framework
django-simple-certmanager==2.0.0
# via zgw-consumers
Expand Down Expand Up @@ -248,8 +249,10 @@ maykin-2fa==1.0.1
# via open-api-framework
mozilla-django-oidc==4.0.0
# via mozilla-django-oidc-db
mozilla-django-oidc-db==0.19.0
# via open-api-framework
mozilla-django-oidc-db[setup-configuration]==0.20.0
# via
# -r requirements/base.in
# open-api-framework
notifications-api-common==0.3.1
# via commonground-api-common
open-api-framework==0.9.0
Expand Down
4 changes: 3 additions & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ django-sessionprofile==3.0.0
django-setup-configuration==0.4.0
# via
# -r requirements/base.txt
# mozilla-django-oidc-db
# open-api-framework
django-simple-certmanager==2.0.0
# via
Expand Down Expand Up @@ -403,9 +404,10 @@ mozilla-django-oidc==4.0.0
# via
# -r requirements/base.txt
# mozilla-django-oidc-db
mozilla-django-oidc-db==0.19.0
mozilla-django-oidc-db[setup-configuration]==0.20.0
# via
# -r requirements/base.txt
# mozilla-django-oidc-db
# open-api-framework
multidict==6.0.5
# via yarl
Expand Down
4 changes: 3 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ django-sessionprofile==3.0.0
django-setup-configuration==0.4.0
# via
# -r requirements/base.txt
# mozilla-django-oidc-db
# open-api-framework
django-simple-certmanager==2.0.0
# via
Expand Down Expand Up @@ -421,9 +422,10 @@ mozilla-django-oidc==4.0.0
# via
# -r requirements/base.txt
# mozilla-django-oidc-db
mozilla-django-oidc-db==0.19.0
mozilla-django-oidc-db[setup-configuration]==0.20.0
# via
# -r requirements/base.txt
# mozilla-django-oidc-db
# open-api-framework
multidict==6.0.5
# via yarl
Expand Down

0 comments on commit 50688f1

Please sign in to comment.