Skip to content

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

Closed
georgenuesca opened this issue Nov 16, 2021 · 5 comments

Comments

@georgenuesca
Copy link

    User:
        Robert:
            Password: '{AES}VFIzVmdwcWNLeHBPaWhyRy82VER6WFV6aHRPbGcwMjQ6bS90OGVSTnJxWTIvZjkrRjpjSzBQUHlOWWpWTT0='
            GroupMemberOf: [ Administrators, FriscoGroup ]

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.

@CarolynRountree
Copy link
Contributor

Could you clarify what you mean about the password that actually works is the encrypted value please?

@CarolynRountree
Copy link
Contributor

When I attempted to recreate, the password was decrypted and then encrypted as expected for the wlsroles.

@georgenuesca
Copy link
Author

georgenuesca commented Nov 17, 2021

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.

@CarolynRountree
Copy link
Contributor

okay thank you

@CarolynRountree
Copy link
Contributor

Fixed by PR 1012

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

No branches or pull requests

2 participants