-
Notifications
You must be signed in to change notification settings - Fork 91
Add warning message for username/password #1493
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
Comments
Discover Domain is not able to export the users and groups defined in the Default Authenticator. We will consider a configurable warning message as a potential enhancement request. |
Thanks a lot for this |
@gregoan Having thought a little about this, the concern that I have is that this warning would always appear for every single run of the Discover Domain tool. It's not like there is some domain characteristic we could use to determine whether to do this warning since every domain has at least one authentication provider. Given that a warning will cause the discoverDomain shell script to exit with an exit code of 1 (denoting that there was one or more warning). We could make this a notification level log message and this will still cause it to show up in the tool summary without forcing a non-zero exit code. If the message always appears, it's not clear that it is better to create the message or just document the limitation (assuming it isn't already). In my experience, if something happens all the time, people tend to ignore it. Thoughts? |
Hi, Today, I execute : Tomorrow, I would like to know if it's possible to execute something like this (-print-warning is added - it's an example):
What do you think ? |
@gregoan Sorry, I must not have communicated my concern clearly. Let me try again. Since the message will appear on every invocation (when you enable it), I am concerned that we are just adding information that the user will learn to ignore (since it happens every time). Why do we need to log a message about this with every Discover Domain execution rather than just documenting the limitation; for example, on https://oracle.github.io/weblogic-deploy-tooling/userguide/limitations/limitations/? |
@robertpatrick I see and you are totally right :) |
It's good from my point of view |
Hello,
The username and group defined in default authenticator are not exported by WDT.
This is not a real blocking point but will it be possible to add warning message in generated model file
or to make this warning message customizable from command line property in case others customers don't want to see it ?
Regards.
The text was updated successfully, but these errors were encountered: