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

4.x: Support for disabling security providers through configuration. #8521

Merged

Conversation

tomas-langer
Copy link
Member

@tomas-langer tomas-langer commented Mar 22, 2024

Test added.

Description

Resolves #8495
Requires: #8520

Usage

security:
  providers:
    - foo:
        enabled: false
    - bar:
        enabled: false

Documentation

Docs updated.

@tomas-langer tomas-langer added this to the 4.0.7 milestone Mar 22, 2024
@tomas-langer tomas-langer self-assigned this Mar 22, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Mar 22, 2024
@tomas-langer tomas-langer requested a review from danielkec March 22, 2024 14:53
@tomas-langer tomas-langer force-pushed the 8495-security-disable-providers branch from ab93b16 to 838a0aa Compare March 22, 2024 14:58
@romain-grecourt romain-grecourt merged commit 4f6bf0d into helidon-io:main Mar 22, 2024
12 checks passed
tomas-langer added a commit to tomas-langer/helidon that referenced this pull request Mar 25, 2024
…elidon-io#8521)

(cherry picked from commit 4f6bf0d)
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
tomas-langer added a commit to tomas-langer/helidon that referenced this pull request Mar 25, 2024
…don-io#8521)

(cherry picked from commit 4f6bf0d)
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
tomas-langer added a commit that referenced this pull request Mar 25, 2024
…8521) (#8546)

(cherry picked from commit 4f6bf0d)
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
tomas-langer added a commit that referenced this pull request Mar 25, 2024
… (#8547)

(cherry picked from commit 4f6bf0d)
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x config OCA Verified All contributors have signed the Oracle Contributor Agreement. security
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4.x - SecurityCdiExtension should honor enabled=false for providers
2 participants