Alan Wilkie
Alan Wilkie
I meant this PR to have the "enhancement" label, but I'm not sure how that gets done. Is it possible to add the label after creation?
Thanks @jasonwilliams14 and @brianehlert, I'll have a look at nginx-openid-connect and see if I can get the JS changes into that codebase.
The JS change has now been merged into nginx-openid-connect (https://github.com/nginxinc/nginx-openid-connect/pull/67).
Hi @lucacome Would it be better to make the arguments a YAML list? Like: ``` authExtraArgs: - arg1=value1 - arg2=value2 ``` or: ``` authExtraArgs: [ arg1=value1, arg2=value2 ] ```
I've updated the PR with the new policy item as a list of strings that are concatenated with `&` to form the final value.
Hi @robertoschwald, is there any chance of getting a 4.0.4 release soon? We really need it to get our Grails upgrade done.
Thanks for the update @robertoschwald. I'm happy to help if I can, but I'm not sure what needs to be done to enable deployment to Grails Central. Are there details...