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

aqua.yaml's registries: support private field for private registries #1468

Closed
suzuki-shunsuke opened this issue Dec 26, 2022 · 0 comments · Fixed by #1486
Closed

aqua.yaml's registries: support private field for private registries #1468

suzuki-shunsuke opened this issue Dec 26, 2022 · 0 comments · Fixed by #1486
Labels
enhancement New feature or request
Milestone

Comments

@suzuki-shunsuke
Copy link
Member

Feature Overview

Similar to #1466 , but for not private packages but private registries.

Why is the feature needed?

Please explain the problem you want to solve.

Same as #1466

Does the feature include Breaking Changes?

No.

Example Code

command and configuration

$ 

https://aquaproj.github.io/docs/reference/config#github_content-registry

registries:
- name: foo
  type: github_content
  repo_owner: aquaproj
  repo_name: aqua-registry
  ref: v3.90.0 # renovate: depName=aquaproj/aqua-registry
  private: true
  path: registry.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant