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

Support optional OIDC_ISSUER parameter #52

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

christianmg99
Copy link
Contributor

Following MISP/MISP#9694 merge, supporting new optional OIDC parameter.

From shell docs:
${parameter:+word}
If parameter is null or unset, nothing is substituted, otherwise the expansion of word is substituted.

I used this method since issuer should be null and not an empty string in case it's missing (Unsure about whether MISP understands an empty string as null value).

@ostefano
Copy link
Collaborator

LGTM 👍

@ostefano ostefano merged commit 313681a into MISP:master Apr 24, 2024
1 check passed
dgujarathi pushed a commit to dgujarathi/misp-docker that referenced this pull request Oct 6, 2024
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