Set Up Local Account User in Publish Instance
Is it possible to create account user to access /apps in publish instance in higher environments?
Context: We have implemented a servlet that sits in publish instance and the path for the node is inside /apps. The servlet uses basic authentication by using (username: admin, password: admin). We tested in local publish instance and it is working as expected. We assume it works in local because the user is an admin. I was wondering if the same way would work in publish instance in higher environments once we have a user account created in publish instance? If so, what's the process to create one?