Skip to content

Commit

Permalink
remove the SAML integration and all relevant code
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanhphan1147 committed Nov 28, 2024
1 parent 23383db commit 392262f
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 1,036 deletions.
2 changes: 0 additions & 2 deletions .woke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ rules:
# Ignore "master" - While https://github.com/canonical/redis-k8s-operator/pull/78
# is not merged
- name: master
# Ignore "grandfathered" used by SAML configuration.
- name: grandfathered
# Ignore "whitelist" used by Synapse configuration.
- name: whitelist
3 changes: 1 addition & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ options:
type: string
description: |
The public-facing base URL that clients use to access this Homeserver.
Defaults to https://<server_name>/. Only used if there is integration with
SAML integrator charm.
Defaults to https://<server_name>/.
experimental_alive_check:
type: string
description: Comma separated list of period,threshold and timeout for Synapse
Expand Down
21 changes: 0 additions & 21 deletions docs/reference/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,27 +105,6 @@ Example redis integrate command:
juju integrate synapse redis-k8s
```

### saml

_Interface_: saml

_Supported charms_: [saml-integrator](https://charmhub.io/saml-integrator/)

Integrating Synapse with SAML Integrator provides SAML configuration details so
users can be authenticated in via a SAML server.

Example saml integrate command:
```
juju integrate synapse saml-integrator:saml
```

Note that `public_baseurl` configuration set the public-facing base URL that
clients use to access this Homeserver. It's used as `entity_id` if set instead of
https://server_name.

See more information in [Charm Architecture](https://charmhub.io/synapse/docs/explanation-charm-architecture).


### smtp

_Interface_: smtp
Expand Down
347 changes: 0 additions & 347 deletions lib/charms/saml_integrator/v0/saml.py

This file was deleted.

Loading

0 comments on commit 392262f

Please sign in to comment.