- Newest
- Most votes
- Most comments
Hello,
Because you have SYSDBA access and OS access, you have the ability to customize the environment as per your requirement as long as such customizations do not impact the AWS Support Perimeter [1]. I believe enabling BCryptPasswordEncoder access involves installing Java classes and/or making use of stored procedures. You can do so, but ensure you do not breach the perimeter. Also, the password encryption and the other operations you do using BCryptPasswordEncoder should not interfere with the security setup built around RDS Custom, which helps AWS manage the environment. See here[2] for the RDS Custom security considerations. For limitations on using RDS Custom for Oracle, see [3].
We need further descriptions of your use case if the above points do not address your questions completely.
[1] https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-concept.html#custom-troubleshooting.support-perimeter [2] https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-security.html [3] https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits.html#custom-reqs-limits.limits
Hope this helps, Govardhanan.
Relevant content
- asked 2 years ago

This does help, Govardhanan. Thank you very much. I'll review the links that you posted.