Is there an existing issue for this?
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform Version
1.13.4
Nexus Provider Version
2.6
Nexus Version
3.81
Affected Resource(s)/Data Source(s)
nexus_repository_maven_proxy, nexus_repository_raw_proxy
Terraform Configuration Files
resource "nexus_repository_raw_proxy" "raw-proxy-repository" {
http_client {
authentication {
preemptive = true
}
}
}
Debug Output/Panic Output
Error: could not update repository 'my-raw-repo': HTTP: 400, [ {
│ "id" : "UsernameAuthenticationConfiguration.attributes[httpclient].authentication.password",
│ "message" : "must not be null"
│ }, {
│ "id" : "UsernameAuthenticationConfiguration.attributes[httpclient].authentication.username",
│ "message" : "must not be blank"
│ } ]
Expected Behaviour
Nexus allows to configure Pre-emptive pull without authentication
Actual Behaviour
fails, wanting username and password
Steps to Reproduce
No response
References
No response
Is there an existing issue for this?
Community Note
Terraform Version
1.13.4
Nexus Provider Version
2.6
Nexus Version
3.81
Affected Resource(s)/Data Source(s)
nexus_repository_maven_proxy, nexus_repository_raw_proxy
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Nexus allows to configure Pre-emptive pull without authentication
Actual Behaviour
fails, wanting username and password
Steps to Reproduce
No response
References
No response