Skip to content

Roundtripping of adjudicator not possible #970

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

Closed
kenneth-olwing opened this issue Aug 20, 2021 · 3 comments · Fixed by #974
Closed

Roundtripping of adjudicator not possible #970

kenneth-olwing opened this issue Aug 20, 2021 · 3 comments · Fixed by #974

Comments

@kenneth-olwing
Copy link

This was seen during investigation for issue #968.

(...and TL;DR, I eventually started to look for the problem below in the code, and yes, I found that it apparently is a known issue :-). Can I assume this is still a 'bug to eventually fix' in a bug database? Any guess to a timeframe to hope for a fix? Any suggested workarounds?)

===

As it happens, doing a createDomain exposed a slightly different problem. As it happens, the original config.xml has this in the realm configuration:

      <sec:adjudicator xsi:type="wls:default-adjudicatorType">
        <wls:require-unanimous-permit>false</wls:require-unanimous-permit>
      </sec:adjudicator>

This, quite correctly, gives this in the yaml:

                Adjudicator:
                    Provider:
                        DefaultAdjudicator:
                            RequireUnanimousPermit: false

Unfortunately, a createDomain with this gives a warning:

####<2021-aug-20 20:54:03> <VARNING> <SecurityProviderCreator> <_check_provider_type> <WLSDPLY-12137> <Update of security configuration adjudicators is not supported>

Since it's seen during discoverDomain, one could reasonably expect it to roundtrip in createDomain.

@CarolynRountree
Copy link
Contributor

there is a bug open, right now it is in WDT. We can move it up in the queue

@kenneth-olwing
Copy link
Author

👍 , I'm good with that.

@CarolynRountree
Copy link
Contributor

leave open for bug work

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.

2 participants