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: Added allowedorigins command to Orb CLI #1382

Merged
merged 1 commit into from
Jun 24, 2022

Conversation

bstasyszyn
Copy link
Contributor

closes #1379

Signed-off-by: Bob Stasyszyn Bob.Stasyszyn@securekey.com

closes trustbloc#1379

Signed-off-by: Bob Stasyszyn <Bob.Stasyszyn@securekey.com>
@cla-bot cla-bot bot added the cla-signed label Jun 24, 2022
@codecov
Copy link

codecov bot commented Jun 24, 2022

Codecov Report

Merging #1382 (f4c6855) into main (f21f958) will increase coverage by 0.02%.
The diff coverage is 93.54%.

@@            Coverage Diff             @@
##             main    #1382      +/-   ##
==========================================
+ Coverage   87.91%   87.94%   +0.02%     
==========================================
  Files         202      205       +3     
  Lines       18936    19029      +93     
==========================================
+ Hits        16648    16735      +87     
- Misses       1470     1471       +1     
- Partials      818      823       +5     
Impacted Files Coverage Δ
cmd/orb-cli/acceptlistcmd/acceptlist.go 100.00% <ø> (ø)
cmd/orb-cli/allowedoriginscmd/getcmd.go 91.30% <91.30%> (ø)
cmd/orb-cli/allowedoriginscmd/updatecmd.go 92.72% <92.72%> (ø)
cmd/orb-cli/allowedoriginscmd/allowedorigins.go 100.00% <100.00%> (ø)
cmd/orb-cli/main.go 77.77% <100.00%> (+0.63%) ⬆️
pkg/vct/proofmonitoring/monitoring.go 84.07% <0.00%> (-2.66%) ⬇️
pkg/observer/pubsub.go 94.49% <0.00%> (ø)
cmd/orb-server/startcmd/start.go 67.89% <0.00%> (+0.32%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f21f958...f4c6855. Read the comment docs.

@bstasyszyn bstasyszyn merged commit 41ab9a7 into trustbloc:main Jun 24, 2022
@bstasyszyn bstasyszyn deleted the 1379 branch June 24, 2022 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Orb CLI command to update allowed anchor origins
2 participants