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

Allow configuring the delimiter for SECURITY_PROVIDERS #285

Open
dmikusa opened this issue Apr 27, 2023 · 0 comments
Open

Allow configuring the delimiter for SECURITY_PROVIDERS #285

dmikusa opened this issue Apr 27, 2023 · 0 comments
Labels
type:enhancement A general enhancement

Comments

@dmikusa
Copy link
Contributor

dmikusa commented Apr 27, 2023

Describe the Enhancement

Make the delimiter configurable with a space being the default. You could then override that with a comma. I think that would be sufficient to make things work with SECURITY_PROVIDERS.

Possible Solution

Right now it is a space, make this configurable but default to a space for backward compatibility.

Motivation

A space works well in a lot of cases, but some security providers like bouncy castle require arguments. These are space separated which breaks the buildpack mechanism for setting security providers. If we allow a different delimiter to be set then you could use a comma or pipe and work around this limitation. See #259 for more details.

@dmikusa dmikusa added the type:enhancement A general enhancement label Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant