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

Configure Enable Dependency Rewrite and Patterns Allow List for Remote Helm Repositories #672

Open
pbaettig opened this issue Nov 2, 2022 · 1 comment
Labels
question Further information is requested

Comments

@pbaettig
Copy link

pbaettig commented Nov 2, 2022

Is there a way to configure these settings with the Go client? I cannot find anything about it in the code or the API docs but maybe I'm missing something obvious.

I believe the UI sets it like this:

PUT /ui/api/v1/ui/admin/repositories
{
    ...
    "typeSpecific": {
        ...
        "enableExternalDependencies": true,
        "externalPatterns": [
            "**/*"
        ]
    }
}

Thanks!

@pbaettig pbaettig added the question Further information is requested label Nov 2, 2022
@fabianrindlisbacher
Copy link
Contributor

Fixed this Issue in this PR a while ago. #673
@eyalbe4 @sverdlov93

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants