Skip to content

Conversation

@maxemontio
Copy link

Hi!

I noticed that terraform provider doesn't have the option to enable path based routing, which i would like to have for my repos.
I have already made changes to the provider locally for testing and was able to change the setting:
изображение

curl -su admin https://nexus-mirror.xxx/service/rest/v1/repositories/docker/proxy/mirror.gcr.io | jq .docker
Enter host password for user 'admin':
{
  "v1Enabled": false,
  "forceBasicAuth": true,
  "httpPort": null,
  "httpsPort": null,
  "subdomain": null,
  "pathEnabled": true
}

This feature is desired

anmoel

This comment was marked as outdated.

@anmoel anmoel self-requested a review January 15, 2026 14:45
@anmoel anmoel self-requested a review January 15, 2026 14:51
Copy link
Member

@anmoel anmoel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use a pointer if the value can be empty/nil

@maxemontio maxemontio requested a review from anmoel January 21, 2026 07:40
@maxemontio
Copy link
Author

Hi @anmoel!
It would be nice to have you here to check it again

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants