I am using sops to encrypt the realm.properties file which has the credentials for users to login to Rundeck. It is working on the ECS mode of deployment but seeing a Invalid User and Password. error when deployed on the EKS platform.
Can I sops encrypt the realm.properties file? I would like to, because I am committing this file to SCM.
Any thoughts on this?
Reference - Unable to login to Rundeck after successful website load,
The
realm.propertiesshould be present in the container without the encryption. Also, for EKS deployment, port 4440 is not required forRUNDECK_GRAILS_URL.