Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dinamis-sdk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CDOS-Pub
dinamis-sdk
Commits
2b4b5828
Commit
2b4b5828
authored
2 months ago
by
Cresson Remi
Browse files
Options
Downloads
Patches
Plain Diff
Update 2 files
- /pyproject.toml - /dinamis_sdk/utils.py Closes
#26
See merge request
!32
parent
a7de277d
Loading
Loading
1 merge request
!32
Update 2 files
Pipeline
#274621
passed
2 months ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dinamis_sdk/utils.py
+2
-0
2 additions, 0 deletions
dinamis_sdk/utils.py
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
3 additions
and
1 deletion
dinamis_sdk/utils.py
+
2
−
0
View file @
2b4b5828
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
2b4b5828
...
...
@@ -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
=
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment