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
i am stuck with an old version of rundeck (api 38) and thus when i try to use username password auth i get an error saying that api v43 is not supported which make sense.
Hello,
i was wondering if there is any particular reason to have hardcoded the api version in this (token) : https://github.com/rundeck/terraform-provider-rundeck/blob/d42863bb403c4cb5bab6666ed311ea32c86743c3/rundeck/token.go#L64C1-L65C63
i am stuck with an old version of rundeck (api 38) and thus when i try to use username password auth i get an error saying that api v43 is not supported which make sense.
i found that the token endpoint was at least existing since version 19 : https://docs.rundeck.com/docs/api/rundeck-api-versions.html#version-21
can put the var instead of hardcoding the version ?
kind regards,
The text was updated successfully, but these errors were encountered: