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 11, 2024
1 parent bf963a6 commit 3fe8c5b
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 5 deletions.
13 changes: 12 additions & 1 deletion docker/setup_configuration/data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,15 @@ sites_config_enable: true
sites_config:
items:
- domain: example.com
name: example
name: example

oidc_db_config_enable: true
oidc_db_config_admin_auth:
items:
- identifier: admin-oidc
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>=0.4.0
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 @@ -159,6 +159,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 @@ -244,8 +245,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 @@ -245,6 +245,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 @@ -397,9 +398,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 @@ -256,6 +256,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 @@ -415,9 +416,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 3fe8c5b

Please sign in to comment.