-
Notifications
You must be signed in to change notification settings - Fork 91
User password encrypted in template is not correctly decrypted in domain creation #1010
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
Could you clarify what you mean about the password that actually works is the encrypted value please? |
When I attempted to recreate, the password was decrypted and then encrypted as expected for the wlsroles. |
I am able to run createDomain using the encrypted value above. All my other passwords for datasources and admin are encrypted as well (using property files). When I start up the admin server, I cant login with 'Robert' account using Robert123 as the password. The password that works is '{AES}VFIzVmdwcWNLeHBPaWhyRy82VER6WFV6aHRPbGcwMjQ6bS90OGVSTnJxWTIvZjkrRjpjSzBQUHlOWWpWTT0='. Im able to login with the admin password using the correct password. |
okay thank you |
Fixed by PR 1012 |
Yes, im passing -use_encryption option during domain creation. Rest of passwordencrypted fields are working fine. Its only the user passwords are not getting decrypted. The password that actually works is the actual encrypted value.
The text was updated successfully, but these errors were encountered: