Skip to content
Snippets Groups Projects
Commit 2b4b5828 authored by Cresson Remi's avatar Cresson Remi
Browse files

Update 2 files

- /pyproject.toml
- /dinamis_sdk/utils.py

Closes #26

See merge request !32
parent a7de277d
1 merge request!32Update 2 files
Pipeline #274621 passed
......@@ -98,6 +98,8 @@ def retrieve_token_endpoint(
if settings.dinamis_sdk_bypass_api:
S3_SIGNING_ENDPOINT = settings.dinamis_sdk_bypass_api
if not S3_SIGNING_ENDPOINT.endswith("/"):
S3_SIGNING_ENDPOINT += "/"
# Token endpoint is typically something like: https://keycloak-dinamis.apps.okd
# .crocc.meso.umontpellier.fr/auth/realms/dinamis/protocol/openid-connect/token
......
......@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "dinamis-sdk"
authors = [{name = "inrae", email = "remi.cresson@inrae.fr"}]
version = "0.3.4"
version = "0.3.5"
description = "DINAMIS SDK for Python"
requires-python = ">=3.7"
dependencies = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment