Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sanitize for keycloak_identitiy_provider. #8355

Merged
merged 2 commits into from
May 15, 2024

Conversation

apollo13
Copy link
Contributor

SUMMARY

The sanitize function did not properly sanitize the client secret.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

keycloak_identity_provider

ADDITIONAL INFORMATION

@apollo13 apollo13 force-pushed the keycloak-idp-sanitize branch 2 times, most recently from e43e2eb to 498dee3 Compare May 14, 2024 09:08
@ansibullbot
Copy link
Collaborator

@ansibullbot ansibullbot added bug This issue/PR relates to a bug module module needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR plugins plugin (any type) labels May 14, 2024
@ansibullbot ansibullbot added integration tests/integration tests tests and removed needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR labels May 14, 2024
@felixfontein felixfontein added the check-before-release PR will be looked at again shortly before release and merged if possible. label May 15, 2024
Copy link
Collaborator

@felixfontein felixfontein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution!

changelogs/fragments/8355-keycloak-idp-sanitize.yaml Outdated Show resolved Hide resolved
changelogs/fragments/8355-keycloak-idp-sanitize.yaml Outdated Show resolved Hide resolved
@felixfontein felixfontein added backport-6 backport-7 Automatically create a backport for the stable-7 branch backport-8 Automatically create a backport for the stable-8 branch labels May 15, 2024
Co-authored-by: Felix Fontein <felix@fontein.de>
@felixfontein felixfontein merged commit fabf626 into ansible-collections:main May 15, 2024
132 of 133 checks passed
Copy link

patchback bot commented May 15, 2024

Backport to stable-6: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-6/fabf6263f1c5fcf4a0ab35ae5a02bf1cdb93c595/pr-8355

Backported as #8369

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request May 15, 2024
* Fix sanitize for keycloak_identitiy_provider.

* Apply suggestions from code review

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit fabf626)
Copy link

patchback bot commented May 15, 2024

Backport to stable-7: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-7/fabf6263f1c5fcf4a0ab35ae5a02bf1cdb93c595/pr-8355

Backported as #8370

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request May 15, 2024
* Fix sanitize for keycloak_identitiy_provider.

* Apply suggestions from code review

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit fabf626)
Copy link

patchback bot commented May 15, 2024

Backport to stable-8: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-8/fabf6263f1c5fcf4a0ab35ae5a02bf1cdb93c595/pr-8355

Backported as #8371

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request May 15, 2024
* Fix sanitize for keycloak_identitiy_provider.

* Apply suggestions from code review

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit fabf626)
@felixfontein felixfontein removed the check-before-release PR will be looked at again shortly before release and merged if possible. label May 15, 2024
@felixfontein
Copy link
Collaborator

@apollo13 thanks a lot for fixing this!

felixfontein pushed a commit that referenced this pull request May 15, 2024
…titiy_provider. (#8371)

Fix sanitize for keycloak_identitiy_provider. (#8355)

* Fix sanitize for keycloak_identitiy_provider.

* Apply suggestions from code review

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit fabf626)

Co-authored-by: Florian Apolloner <florian@apolloner.eu>
felixfontein pushed a commit that referenced this pull request May 15, 2024
…titiy_provider. (#8370)

Fix sanitize for keycloak_identitiy_provider. (#8355)

* Fix sanitize for keycloak_identitiy_provider.

* Apply suggestions from code review

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit fabf626)

Co-authored-by: Florian Apolloner <florian@apolloner.eu>
felixfontein pushed a commit that referenced this pull request May 15, 2024
…titiy_provider. (#8369)

Fix sanitize for keycloak_identitiy_provider. (#8355)

* Fix sanitize for keycloak_identitiy_provider.

* Apply suggestions from code review

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit fabf626)

Co-authored-by: Florian Apolloner <florian@apolloner.eu>
v1v added a commit to v1v/community.general that referenced this pull request May 16, 2024
…t-flag

* upstream/main:
  Add REUSE badge (ansible-collections#8365)
  Initial commit for django modutils and django_command module (ansible-collections#8349)
  [opentelemetry][callback] Add support for http exporter (ansible-collections#8321)
  Fix sanitize for keycloak_identitiy_provider. (ansible-collections#8355)
austinlucaslake pushed a commit to austinlucaslake/community.general that referenced this pull request May 25, 2024
* Fix sanitize for keycloak_identitiy_provider.

* Apply suggestions from code review

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-7 Automatically create a backport for the stable-7 branch backport-8 Automatically create a backport for the stable-8 branch bug This issue/PR relates to a bug integration tests/integration module module plugins plugin (any type) tests tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants