You can give a user temporary access to the platform with a key. For example, you may need this to provide access to the technical support staff. To generate a key:
- Create a user in DCImanager 6 for temporary access.
- Connect to the server with DCImanager 6 via SSH with superuser permissions.
-
Enter the command:
docker exec -it dci_back curl -sH 'internal-auth:on' localhost:1500/auth/v4/user/<userid>/key -d '{}'Comments to the commandIn response, you will get the message in the form:
Example of response{"id":"4","key":"4-74e7c0e9-a5ff-4f52-a2ac-ed03c6ed1e21"}Comments to the response
The user will be able to log in to the platform via a link in the following format: https://domain.com/auth/key-v4/<key>
Comments
The key is valid for one hour.
Useful tips
Related topics:
- VMmanager. How to sign in to the platform with a key?
En
Es