Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue with basic auth #132

Open
JulienKleinmann opened this issue Aug 30, 2024 · 1 comment
Open

issue with basic auth #132

JulienKleinmann opened this issue Aug 30, 2024 · 1 comment

Comments

@JulienKleinmann
Copy link

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,

@fdevans
Copy link
Contributor

fdevans commented Sep 21, 2024

What's preventing upgrading your Rundeck instance to something more current? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants