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

Treat slice claim values with higher priority before treating all cla… #209

Merged
merged 1 commit into from
Apr 22, 2020

Conversation

rmak-cpi
Copy link
Contributor

…im values as strings

Hi @bnfinet, as promised, here is the pull request for addressing #200. Note that I have to refactor the init() function in the handlers package a bit (move all the variable initialization logic inside, and make it public so it has to be called explicitly) so I can better control the execution order of package initialization logic in tests. Note that I do have to add an explicit call to handlers.Init() in the main() function as a result of this change.

Given that refactoring of this nature is always a little risky, I have briefly tested this change out in my environment and vouch-proxy seems to be working ok (at least not crashing...).

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