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

feat(nodebuilder): Add jwt.Signer to Node struct for auth token access #2295

Merged
merged 2 commits into from
Jun 1, 2023

Conversation

renaynay
Copy link
Member

@renaynay renaynay commented Jun 1, 2023

This PR adds the jwt.Signer to the node struct to be able to generate auth tokens for integration tests that use celestia-node's RPC.

@codecov-commenter
Copy link

Codecov Report

Merging #2295 (ea40b0a) into main (d53efbd) will decrease coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2295      +/-   ##
==========================================
- Coverage   50.60%   50.58%   -0.03%     
==========================================
  Files         154      154              
  Lines        9620     9620              
==========================================
- Hits         4868     4866       -2     
- Misses       4328     4330       +2     
  Partials      424      424              
Impacted Files Coverage Δ
nodebuilder/node.go 57.35% <ø> (ø)

... and 2 files with indirect coverage changes

@renaynay renaynay self-assigned this Jun 1, 2023
@renaynay renaynay added kind:feat Attached to feature PRs area:node Node labels Jun 1, 2023
@renaynay renaynay marked this pull request as ready for review June 1, 2023 10:04
@renaynay renaynay enabled auto-merge (squash) June 1, 2023 11:26
@renaynay renaynay merged commit 1c1327b into celestiaorg:main Jun 1, 2023
@renaynay renaynay deleted the node-token branch June 1, 2023 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:node Node kind:feat Attached to feature PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants