Skip to content

Commit 42b778b

Browse files
author
Oleg Kunitsyn
committed
[SUP-1657] Add example of removed SAML configuration
1 parent ac43b9e commit 42b778b

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

docs/home/release-notes.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,31 @@ Support of SAML was eliminated.
3030
awsS3SecretAccessKey:
3131
```
3232
33-
- All configuration related to `SAML` has been removed.
33+
- All configuration related to `SAML` has been removed. Example of configuration that can be safely removed:
34+
35+
```yaml
36+
core:
37+
files:
38+
"/var/lib/genestack/properties/application.yaml":
39+
saml:
40+
entity:
41+
id: "<SAML_ENTITY_ID>"
42+
identity:
43+
provider:
44+
url: "<SAML_IDENTITY_PROVIDER_URL>"
45+
certificate:
46+
name: "<SAML_IDENTITY_PROVIDER_CERTIFICATE_NAME>"
47+
"/var/lib/genestack/properties/authentication/saml/idp-certificates/<SAML_IDENTITY_PROVIDER_CERTIFICATE_NAME>": "<IDP_CERTIFICATE>"
48+
"/var/lib/genestack/properties/authentication/saml/sp-credentials/sp_pkcs8_der.key": "<SP_PKCS8_DER_KEY>"
49+
"/var/lib/genestack/properties/authentication/saml/sp-credentials/sp_x509_pem.crt": "<SP_X509_PEM_CRT>"
50+
51+
applications:
52+
files:
53+
"/var/lib/genestack/properties/application.yaml":
54+
authentication:
55+
saml:
56+
enabled: "true"
57+
```
3458

3559
- The `region` parameter has been removed from the `applications` configuration.
3660

0 commit comments

Comments
 (0)