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

Add writableMember struct to RepositoryGroup #46

Closed
chewrocca opened this issue Jan 20, 2021 · 2 comments
Closed

Add writableMember struct to RepositoryGroup #46

chewrocca opened this issue Jan 20, 2021 · 2 comments
Assignees

Comments

@chewrocca
Copy link

Looks like with Nexus Pro there is a new option for Writable Repository.

Pushing Images

/v1/repositories/docker/group/{repositoryName} PUT in API now has this option for writableMember string:

{
  "name": "internal",
  "online": true,
  "storage": {
    "blobStoreName": "default",
    "strictContentTypeValidation": true
  },
  "group": {
    "memberNames": [
      "string"
    ],
    "writableMember": "string"
  },
  "docker": {
    "v1Enabled": false,
    "forceBasicAuth": true,
    "httpPort": 8082,
    "httpsPort": 8083
  }
}
@anmoel
Copy link
Member

anmoel commented Jan 21, 2021

Hi @chewrocca,

thanks for your report.
We will add this requested feature to our list and will implement them in the next few weeks.

regards
André

@anmoel
Copy link
Member

anmoel commented Dec 27, 2021

fixed with release v1.0.0

@anmoel anmoel closed this as completed Dec 27, 2021
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

No branches or pull requests

2 participants