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

Fix certificate generation #76

Closed
2 tasks
baktun14 opened this issue Apr 16, 2024 · 2 comments
Closed
2 tasks

Fix certificate generation #76

baktun14 opened this issue Apr 16, 2024 · 2 comments
Assignees
Labels
P0 Critical bug that impacts users and production systems. Investigate immediately

Comments

@baktun14
Copy link
Contributor

baktun14 commented Apr 16, 2024

Problem statement:

An error from a user:

  • "TypeError: Cannot read properties of undefined (reading 'Integer')" , at createCSR function of /node_modules/@akashnetwork/akashjs/build/certificates/generate509.js:39:46
  • Cannot read properties of null (reading 'getAlgorithmParameters')
    const cert = await createCertificate(address);

TODO:

  • Merge/replace certificate generation code into AkashJS
  • Add tests
@Charizard13
Copy link

Any updates? or a workaournd for now?

@baktun14 baktun14 added the P0 Critical bug that impacts users and production systems. Investigate immediately label May 6, 2024
ygrishajev added a commit that referenced this issue May 7, 2024
ygrishajev added a commit that referenced this issue May 7, 2024
ygrishajev added a commit that referenced this issue May 7, 2024
ygrishajev added a commit that referenced this issue May 7, 2024
github-actions bot pushed a commit that referenced this issue May 7, 2024
## [0.7.1](v0.7.0...v0.7.1) (2024-05-07)

### Bug Fixes

* **certificates:** properly import lib ([5bb78af](5bb78af)), closes [#76](#76)
@ygrishajev
Copy link
Contributor

@Charizard13 this should fix the issue. We're still working to sync implementation with akash-network/cloudmos

ygrishajev added a commit that referenced this issue May 13, 2024
After the implementation from cloudmos

refs #76
ygrishajev added a commit that referenced this issue May 13, 2024
After the implementation from cloudmos

refs #76
ygrishajev added a commit that referenced this issue May 13, 2024
After the implementation from cloudmos

refs #76
ygrishajev added a commit that referenced this issue May 13, 2024
After the implementation from cloudmos

refs #76
ygrishajev added a commit that referenced this issue May 13, 2024
After the implementation from cloudmos

refs #76
ygrishajev added a commit that referenced this issue May 13, 2024
ygrishajev added a commit that referenced this issue May 13, 2024
ygrishajev added a commit that referenced this issue May 13, 2024
ygrishajev added a commit that referenced this issue May 13, 2024
After the implementation from cloudmos

refs #76
ygrishajev added a commit that referenced this issue May 13, 2024
github-actions bot pushed a commit that referenced this issue May 13, 2024
## [0.9.0](v0.8.1...v0.9.0) (2024-05-13)

### Features

* **certificates:** implement certificate manager ([1da68e8](1da68e8)), closes [#76](#76)

### Bug Fixes

* **certificates:** adjust cert fields names ([21699d8](21699d8)), closes [#76](#76)
ygrishajev added a commit to akash-network/cloudmos that referenced this issue May 13, 2024
ygrishajev added a commit that referenced this issue May 14, 2024
ygrishajev added a commit to akash-network/cloudmos that referenced this issue May 14, 2024
ygrishajev added a commit that referenced this issue May 14, 2024
ygrishajev added a commit that referenced this issue May 15, 2024
ygrishajev added a commit to akash-network/cloudmos that referenced this issue May 15, 2024
ygrishajev added a commit to akash-network/cloudmos that referenced this issue May 15, 2024
ygrishajev added a commit that referenced this issue May 15, 2024
github-actions bot pushed a commit that referenced this issue May 15, 2024
## [0.9.2](v0.9.1...v0.9.2) (2024-05-15)

### Bug Fixes

* **certificates:** add deprecated types ([a4a632f](a4a632f)), closes [#76](#76)
ygrishajev added a commit to akash-network/cloudmos that referenced this issue May 17, 2024
ygrishajev added a commit to akash-network/cloudmos that referenced this issue May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P0 Critical bug that impacts users and production systems. Investigate immediately
Projects
Status: Released (in Prod)
Development

No branches or pull requests

3 participants