Hello, I have my own shiro.ini (realms, roles, users ) configured in it and want to secure geode cluster by specifying it.
Kindly let me know While *starting from gfsh*, How can i secure locator, server specifying the shiro.ini. FYI: i have tried following options but have not worked form me. [1]. start locator --name=l1 --J=-Dsecurity-shiro-init=shiro.ini [2]. set property "security-shiro-init=shiro.ini" in security.properties and same has been specified using --security-properties-file and --properties-file. [Getting org.apache.shiro.config.ConfigurationException: java.io.IOException: Resource [classpath:shiro.ini] could not be found.] Nilkanth.