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

🐛 Do not mark blank=True strings as polymorphic #56

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

stevenbal
Copy link
Contributor

@stevenbal stevenbal commented Jan 23, 2025

This was previously resulting in things like this:

# DESCRIPTION: Key the Identity Provider uses to sign ID tokens in the case of an
# RSA sign algorithm. Should be the signing key in PEM or DER format.
# DEFAULT VALUE: ""
# REQUIRED: false
# This field can have multiple different kinds of value. All the
# alternatives are listed below and are divided by dashes. Only **one of
# them** can be commented out.
# -------------ALTERNATIVE 1-------------
# oidc_rp_idp_sign_key: null
# -------------ALTERNATIVE 2-------------
oidc_rp_idp_sign_key: example_string

@stevenbal stevenbal requested a review from swrichards January 23, 2025 09:15
@swrichards swrichards merged commit 24e287e into main Jan 23, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants