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: Add witness policy management to Orb CLI #1297

Merged
merged 1 commit into from
May 11, 2022

Conversation

bstasyszyn
Copy link
Contributor

Added commands to the Orb CLI to update and retrieve a witness policy for an Orb domain.

closes #1286

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

@cla-bot cla-bot bot added the cla-signed label May 11, 2022
Added commands to the Orb CLI to update and retrieve a witness policy for an Orb domain.

closes trustbloc#1286

Signed-off-by: Bob Stasyszyn <Bob.Stasyszyn@securekey.com>
@codecov
Copy link

codecov bot commented May 11, 2022

Codecov Report

Merging #1297 (484b540) into main (70d59f2) will decrease coverage by 0.01%.
The diff coverage is 94.59%.

@@            Coverage Diff             @@
##             main    #1297      +/-   ##
==========================================
- Coverage   87.94%   87.93%   -0.02%     
==========================================
  Files         179      182       +3     
  Lines       17835    17925      +90     
==========================================
+ Hits        15685    15762      +77     
- Misses       1372     1382      +10     
- Partials      778      781       +3     
Impacted Files Coverage Δ
cmd/orb-cli/policycmd/getcmd.go 91.66% <91.66%> (ø)
cmd/orb-cli/policycmd/updatecmd.go 94.44% <94.44%> (ø)
cmd/orb-cli/main.go 75.00% <100.00%> (+0.80%) ⬆️
cmd/orb-cli/policycmd/policy.go 100.00% <100.00%> (ø)
...pub/service/inbox/httpsubscriber/httpsubscriber.go 88.88% <0.00%> (-8.89%) ⬇️
cmd/orb-server/startcmd/start.go 68.01% <0.00%> (-0.20%) ⬇️
cmd/orb-server/startcmd/params.go 81.95% <0.00%> (+0.18%) ⬆️
pkg/vct/proofmonitoring/monitoring.go 80.55% <0.00%> (+2.77%) ⬆️

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 70d59f2...484b540. Read the comment docs.

@bstasyszyn bstasyszyn merged commit cf38594 into trustbloc:main May 11, 2022
@bstasyszyn bstasyszyn deleted the 1286 branch May 11, 2022 21:02
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.

Add witness policy admin commands to CLI
3 participants