File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed
Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments