Skip to content

Commit

Permalink
Fix HTML escape issue in test saml IdP
Browse files Browse the repository at this point in the history
Co-authored-by: Javier de la Puente <javier.delapuente@canonical.com>
  • Loading branch information
weiiwang01 and javierdelapuente committed Mar 8, 2024
1 parent e22143d commit 4ddecf0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ require (
github.com/zenazn/goji v1.0.1 // indirect
)

replace github.com/crewjam/saml => github.com/weiiwang01/saml v0.0.0-20230826085246-5ac2afa0b4ea
replace github.com/crewjam/saml => github.com/weiiwang01/saml v0.0.0-20240308115711-0d63b219ebe9
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk=
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/weiiwang01/saml v0.0.0-20230826085246-5ac2afa0b4ea h1:ATVsqEazzbKP9XjNbB32TSoAwQs1w+df53Oku5UvJ5Y=
github.com/weiiwang01/saml v0.0.0-20230826085246-5ac2afa0b4ea/go.mod h1:xEnRcdf/8o5XVm9+PQ9wUsP/6SbsFzHlLb9FBSHPIfI=
github.com/weiiwang01/saml v0.0.0-20240308115711-0d63b219ebe9 h1:iye2MEbvO+X2jX8Y5kPDUWFurAsMQ8JflM7jVLsmoaY=
github.com/weiiwang01/saml v0.0.0-20240308115711-0d63b219ebe9/go.mod h1:xEnRcdf/8o5XVm9+PQ9wUsP/6SbsFzHlLb9FBSHPIfI=
github.com/zenazn/goji v1.0.1 h1:4lbD8Mx2h7IvloP7r2C0D6ltZP6Ufip8Hn0wmSK5LR8=
github.com/zenazn/goji v1.0.1/go.mod h1:7S9M489iMyHBNxwZnk9/EHS098H4/F6TATF2mIxtB1Q=
golang.org/x/crypto v0.0.0-20220128200615-198e4374d7ed/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
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 @@ -182,7 +182,7 @@ def deploy_saml_idp(
namespace: str,
kube_config: Optional[str] = None,
timeout: int = 300,
image="ghcr.io/canonical/saml-test-idp:0.1.0",
image="ghcr.io/canonical/saml-test-idp:0.1.1",
) -> "SamlK8sTestHelper":
"""Deploy a SAML test IdP in Kubernetes and return the helper instance.
Expand Down

0 comments on commit 4ddecf0

Please sign in to comment.