Hello
Im using PHP for connecting to the Proxmox API. Since the construction on how PHP is build, that means that there is at every page reload a new Connection with new ticket created (i think?)
So now im wondering if its possible to revoke a API ticket after every request and get a new one...
I can see in the API documentation where the endpoint is for creating an authentication ticket:
https://pmg.proxmox.com/pmg-docs/api-viewer/index.html#/access/ticket
I don't see anything in the main documentation describing how to use the REST API.
I have provided the username and password...
Hello
What I need to do, is basically autofill (or make the password not required) when getting the novnc console via websockets)
The setup is:
Browser- nodejs proxy - proxmox
In the browser I can't really do anything with it, because it's required before the pages render, and the vnc-ticket...
Hello
Reading through the API call I can successfuly make request to the following endpoints:
post - api2/json/access/ticket
post - api2/json/nodes/node/lxc/vmid/vncproxy
get api2/json/nodes/node/lxc/vmid/vncwebsocket
From these (besides other things) I have the pvevnc-ticket, the websocket...
It it possible over the API or CLI to generate a user's ticket without their password as an admin/root user? I'm working on a custom SSO for proxmox that would in the background generate a ticket for you then add it to your cookies so you never see a proxmox login page.
Hi I integrated proxmox with cuckoo thanks to the use of proxmoxer, but after a few hours I have the error related to the lack of authentication:
raise AuthenticationError ("Couldn't authenticate user: {0} to {1}". format (self.username, self.base_url + "/ access / ticket")) in...
Hi,
i need help to change ticket lifetime for url in daily spam report to be 2 days.
Can we change ticket life time to be 2 days, and after 2 days system generate new ticket, and users couldn't open URL's older than 2 days.
Note: LDAP Authentication enabled "configuration > Spam Detector >...
no matter how or what i pass i always get NULL back or the error property is missing and is not optional while i did pass it.
im using javascript to generate a curl command curl -X GET -k -b pveAuthcookie= (ticket gotten from access.ticket)...
im using novnc to grant people access to the console of their VM through a custom UI instead of the default proxmox UI, however the default UI saves a ticket in the browser which it uses for the consoles.
how to i pass a new ticket to the noVNC in my browser or how to i save one in my browser?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.