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 support for Private Registries in Cloudmos and AkashJS #168

Closed
2 tasks
anilmurty opened this issue Apr 23, 2024 · 0 comments
Closed
2 tasks

Add support for Private Registries in Cloudmos and AkashJS #168

anilmurty opened this issue Apr 23, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request P1 priority 1 feature/ enhancement

Comments

@anilmurty
Copy link
Collaborator

Support for private registries (with GH authentication) has been added akash-network/node@6e68af0

We need to support this in the client. Two things necessary for this:

  • Add support for validating that the credentials for requesting a privately stored container image are specified correctly in the SDL. Here are examples of good and bad SDLs:
    • good: sdl/_testdata/v2.1-credentials.yaml
    • bad: sdl/_testdata/v2.1-credentials-error.yaml
  • Add support for being able to specify GH credentials when creating deployments programmatically using AkashJS as well
@anilmurty anilmurty changed the title Add support for Private Registries Add support for Private Registries in Cloudmos and AkashJS Apr 23, 2024
@baktun14 baktun14 added P1 priority 1 feature/ enhancement enhancement New feature or request labels Apr 30, 2024
ygrishajev added a commit to akash-network/akashjs that referenced this issue May 8, 2024
ygrishajev added a commit to akash-network/akashjs that referenced this issue May 8, 2024
ygrishajev added a commit to akash-network/akashjs that referenced this issue May 8, 2024
ygrishajev added a commit to akash-network/akashjs that referenced this issue May 8, 2024
ygrishajev added a commit to akash-network/akashjs that referenced this issue May 8, 2024
ygrishajev added a commit to akash-network/akashjs that referenced this issue May 8, 2024
ygrishajev added a commit to akash-network/akashjs that referenced this issue May 8, 2024
ygrishajev added a commit to akash-network/akashjs that referenced this issue May 8, 2024
ygrishajev added a commit to akash-network/akashjs that referenced this issue May 9, 2024
ygrishajev added a commit to akash-network/akashjs that referenced this issue May 10, 2024
ygrishajev added a commit to akash-network/akashjs that referenced this issue May 10, 2024
ygrishajev added a commit to akash-network/akashjs that referenced this issue May 10, 2024
ygrishajev added a commit to akash-network/akashjs that referenced this issue May 10, 2024
ygrishajev added a commit to akash-network/akashjs that referenced this issue May 10, 2024
github-actions bot pushed a commit to akash-network/akashjs that referenced this issue May 10, 2024
## [0.8.0](v0.7.1...v0.8.0) (2024-05-10)

### Features

* **api:** move deployment relations and ip lease validation from cloudmos ([a7eb767](a7eb767)), closes [akash-network/cloudmos#133](akash-network/cloudmos#133)
* **sdl:** implement service image credentials ([06a73e8](06a73e8)), closes [akash-network/cloudmos#168](akash-network/cloudmos#168)
* **sdl:** move denom validation from cloudmos to sdl ([#133](https://github.com/akash-network/akashjs/issues/133)) ([1b5362f](1b5362f))
* **sdl:** move endpoint validation from cloudmos ([#133](https://github.com/akash-network/akashjs/issues/133)) ([0b770ec](0b770ec))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P1 priority 1 feature/ enhancement
Projects
Status: Released (in Prod)
Development

No branches or pull requests

4 participants