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

Consider passing credentials in catalog_publish #54

Open
vsevel opened this issue Sep 10, 2024 · 2 comments
Open

Consider passing credentials in catalog_publish #54

vsevel opened this issue Sep 10, 2024 · 2 comments

Comments

@vsevel
Copy link

vsevel commented Sep 10, 2024

our maven registry is protected. we have to pass some authentication.
it would be nice if catalog_publish did support it.

the way we use the script today is to deploy the platform from a dev machine with platforms/quarkus-bom.yaml is with a local repo:

---
maven-repository:
# FIXME unable to set credentials
# - https://myhost/artifactory/lodh-maven-dev/
- file:////.../maven-local-repo-artifactory/
...

cc @aloubyansky

@maxandersen
Copy link
Member

relevant issue - @gastaldi if we start having this used by others we really should have this be more as an actual documented feature/jar rather than as a mutating script in this repo ?

@gastaldi
Copy link
Collaborator

That's something worth considering. Perhaps we could move this to the Quarkus CLI as an installable CLI extension

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

3 participants