adjusting permissions | Community
Skip to main content
New Participant
April 16, 2020
Solved

adjusting permissions

  • April 16, 2020
  • 4 replies
  • 4118 views

if i have admin credentials, and there is no public access to /system, /crx, /apps or anything but /etc and /content, can i install bundles or packages from a public ip using those credentials? 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by BrianKasingli

You can create a new user, assigned with username, password, and the ACL rights to write in specific directories within the JCR.

This user can be used to upload and install packages to AEM.

4 replies

Employee
April 21, 2020

Try using <IP>:<PORT>  to bypass dispatcher server and you should be able to perform all activities with admin user

arunpatidar
New Participant
April 19, 2020

I think, you can't.

1. The post request will be blocked from outside the server.

2. If you can manage to login to crx then you can but you need to access author/publisher.

 

I would recommend if you have that kind of requirement whitelist your IP to access publisher and you can install package.

but avoid making changes directly on publisher alone deploy the same on the author as well to keep environment sync.

Arun Patidar
New Participant
April 17, 2020
this is confusing, admin supposed to have all access.. but if not, create a new admin user with all access and upload from there..
BrianKasingli
BrianKasingliAccepted solution
New Participant
April 17, 2020

You can create a new user, assigned with username, password, and the ACL rights to write in specific directories within the JCR.

This user can be used to upload and install packages to AEM.