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

remote_http_header's value in Junction set #408

Open
djorgen-ibm opened this issue Feb 7, 2024 · 0 comments
Open

remote_http_header's value in Junction set #408

djorgen-ibm opened this issue Feb 7, 2024 · 0 comments

Comments

@djorgen-ibm
Copy link
Collaborator

In the set function for junctions, on line 554, it is replacing '_' with '-' on the returned remote_http_header value from existing junction. On line 548, if current value for remote_http_header is "all", then it changes the value to ['iv_creds', 'iv_groups', 'iv_user']. Later on line 650 when it compares current junction values with existing values, it will always find differences since current value is ['iv_creds', 'iv_groups', 'iv_user'] and existing value is ['iv-creds', 'iv-groups', 'iv-user'].

@djorgen-ibm djorgen-ibm linked a pull request Feb 7, 2024 that will close this issue
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 a pull request may close this issue.

1 participant