You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the behavior so all steps, (1) login w/ username and password to the api_url then (2) use the cookie provided for api operations to create/edit/delete containers
Make any necessary API changes to create-a-container to keep the API calls in this action simple and debugable
Document the API as used in this action with swagger documentation https://swagger.io/ inside the create-a-container project such that it is accessible at https://<Create-a-container URL>/api/
proxmox_usernameandproxmox_passwordtousernameandpasswordlaunchpad/action.yml
Lines 10 to 13 in a57711b
launchpad/action.yml
Line 14 in a57711b
http_portshould be replaced with aservicesobject matching our new services modellaunchpad/action.yml
Line 18 in a57711b
linux_distributionshould instead be a template namelaunchpad/action.yml
Line 36 in a57711b
api_urlargumentusernameandpasswordto theapi_urlthen (2) use the cookie provided for api operations to create/edit/delete containershttps://<Create-a-container URL>/api/