diff --git a/README.md b/README.md index 0e63ff0..963eb2e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/saml_test_helper/__init__.py b/saml_test_helper/__init__.py index ef3bbd3..1f78bd8 100644 --- a/saml_test_helper/__init__.py +++ b/saml_test_helper/__init__.py @@ -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. diff --git a/setup.py b/setup.py index 4de5e69..d0eaaa1 100644 --- a/setup.py +++ b/setup.py @@ -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="weii.wang@canonical.com", packages=["saml_test_helper"],