-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add MellonSetEnv support #2423
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
Add MellonSetEnv support #2423
Conversation
This is for issue #2416 |
@ic248 thanks for this submission! |
Hi @jordanbreen28 , Sorry my first PR, think I've added that now. Thanks |
Anything else required from me to get this merged? |
@ic248 can you please rebase and add a unit test? |
@bastelfreak I've rebased, not sure where to start for a unit test, as far as I can see none of the mod_auth_mellon directives currently have any form of tests. If you could push me in the right direction I could create something (not created unit tests before). Thanks |
I think you can add a new directory in We have some pointers to run unit tests here: |
rebased again and added unit tests for mellon_* |
Thanks! CI failure is just anoyance, I suggest adding a "magic comment" before line 631:
and the corresponding magic comment on line 750:
That should fix it! |
Thanks @smortex I've added your suggestions, you've all been really helpful since I'm new to a lot of these CI and unit tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Does anyone else need to review this before it can be merged in? |
@ic248 I would like to see someone form Puppet approving this before merging, but if in a couple day nobody complained, I will assume nobody is bothered by this and that we can merge the PR 🤷. |
Looks like things failed due to Puppet forge being down for maintenance |
@malikparvez looks like Puppet forge is back online, should be good to rerun checks |
yes @ic248 it is up now and ci is successful... |
thanks for your contribution @ic248 |
Add MellonSetEnv support, will prepend MELLON_ to the environment variable name
Fixes #2416