Skip to content

Commit

Permalink
chore(saml): upgrade saml version 1.3.1 (#3469)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell authored Feb 27, 2024
1 parent f2feaa8 commit 76def7c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-deploy-production-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
aws_identity_migration_event_bus_rule_id: identity_migration-b03c433
aws_identity_migration_task_role_arn: arn:aws:iam::084060095745:role/task-exec-role-741a7e3
aws_task_definitions_directory_path: infrastructure/aws/production
flagsmith_saml_revision: v1.3.0
flagsmith_saml_revision: v1.3.1
flagsmith_workflows_revision: v1.2.5
flagsmith_auth_controller_revision: v0.0.1
flagsmith_rbac_revision: v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api-deploy-staging-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
aws_identity_migration_event_bus_rule_id: identity_migration-08330ed
aws_identity_migration_task_role_arn: arn:aws:iam::302456015006:role/task-exec-role-6fb76f6
aws_task_definitions_directory_path: infrastructure/aws/staging
flagsmith_saml_revision: v1.3.0
flagsmith_saml_revision: v1.3.1
flagsmith_workflows_revision: v1.2.5
flagsmith_auth_controller_revision: v0.0.1
flagsmith_rbac_revision: v0.7.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '*'

env:
FLAGSMITH_SAML_REVISION: v1.3.0
FLAGSMITH_SAML_REVISION: v1.3.1
FLAGSMITH_RBAC_REVISION: v0.7.0
FLAGSMITH_WORKFLOWS_REVISION: v1.2.5
FLAGSMITH_AUTH_CONTROLLER_REVISION: v0.0.1
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/system-administration/saml.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ To add support for other canonicalization methods, set the `EXTRA_ALLOWED_CANONI
Example:

```
EXTRA_ALLOWED_CANONICALIZATIONS: ["http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments"]
EXTRA_ALLOWED_CANONICALIZATIONS: http://www.w3.org/TR/2001/REC-xml-c14n-20010315#,http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments
```

0 comments on commit 76def7c

Please sign in to comment.