Skip to content

Commit

Permalink
Transfer ownership to canonical
Browse files Browse the repository at this point in the history
  • Loading branch information
weiiwang01 committed Aug 27, 2023
1 parent b7af0cd commit 5a81134
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Python library to streamline testing for SAML service providers.
To install the companion Python helper library, use the following command.

```bash
pip install git+https://github.com/weiiwang01/saml-test-idp.git
pip install git+https://github.com/canonical/saml-test-idp.git
```

The SAML test IdP server is distributed via a Docker image. Deployment is
Expand Down
2 changes: 1 addition & 1 deletion saml_test_helper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def deploy_saml_idp(
namespace: str,
kube_config: Optional[str] = None,
timeout: int = 300,
image="ghcr.io/weiiwang01/saml-test-idp:0.1.0",
image="ghcr.io/canonical/saml-test-idp:0.1.0",
) -> "SamlK8sTestHelper":
"""Deploy a SAML test IdP in Kubernetes and return the helper instance.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name="saml_test_helper",
version="0.1.0",
description="Companion saml_test_helper library for saml-test-idp",
url="https://github.com/weiiwang01/saml-test-idp",
url="https://github.com/canonical/saml-test-idp",
author="Weii Wang",
author_email="[email protected]",
packages=["saml_test_helper"],
Expand Down

0 comments on commit 5a81134

Please sign in to comment.