Skip to content

Commit 79ff8ec

Browse files
author
Oleg Kunitsyn
committed
[ODM-11818] Merge develop
2 parents b4c6e67 + a3ca88a commit 79ff8ec

File tree

6 files changed

+11
-252
lines changed

6 files changed

+11
-252
lines changed

docs/home/release-notes/v1.50-v1.59.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Version 1.60
44

55
!!! tip ""
6-
Helm chart version 1.60.x
6+
Helm chart version 1.60.x
77

88
### Rclone Migration
99

@@ -13,10 +13,16 @@ As a result of this migration, the configuration of storages was moved from `fun
1313
You can find configuration examples in the "examples" directory within the Helm chart.
1414
Note that the configuration section `genestack.rclone` in all three of these services should be identical. For this purpose, we recommend using YAML anchors, which are also included in the examples.
1515

16+
## SAML elimitaion
17+
18+
Support of SAML was eliminated.
19+
20+
### Helm configuration changes
21+
1622
## Version 1.59
1723

1824
!!! tip ""
19-
Helm chart version 1.59.2
25+
Helm chart version 1.59.4
2026

2127
### Helm configuration changes
2228

docs/home/single-sign-on/saml/google.md

Lines changed: 0 additions & 129 deletions
This file was deleted.

docs/home/single-sign-on/saml/okta.md

Lines changed: 0 additions & 113 deletions
This file was deleted.

docs/home/single-sign-on/sso.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# About SSO in ODM
22

3-
For authentication, ODM supports the OpenID and SAML.
3+
For authentication, ODM supports the OpenID.
44

55
For user and group synchronization, it supports the SCIM.
66

77
!!! attention "Important information"
88

9-
- ODM can work with only one protocol (OpenID or SAML) at a time.
10-
119
- With OpenID, you can use OAuth tokens to connect to the ODM API ([documentation for Azure](./openid/azure.md#configure-oauth-resource-server))

mkdocs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ nav:
1717
- Microsoft Azure: home/single-sign-on/openid/azure.md
1818
- Google Workspace: home/single-sign-on/openid/google.md
1919
- Okta: home/single-sign-on/openid/okta.md
20-
- SAML:
21-
- Google Workspace: home/single-sign-on/saml/google.md
22-
- Okta: home/single-sign-on/saml/okta.md
2320
- SCIM:
2421
- Microsoft Azure: home/single-sign-on/scim/azure.md
2522
- Helm:

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
mkdocs-material==9.5.47
1+
mkdocs-material==9.5.49
22
mike==2.1.3
33

44
# https://github.com/squidfunk/mkdocs-material/issues/3085#issuecomment-933373590
5-
Jinja2==3.1.4
5+
Jinja2==3.1.5

0 commit comments

Comments
 (0)