Skip to content

Commit

Permalink
KBS: change default feature to all backend AS and resource
Browse files Browse the repository at this point in the history
Now the KBS could be built with support for all backend ASes and enable
one of them runtimely due to configuration file.

Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 committed Sep 27, 2024
1 parent 64ae441 commit 54c5b4d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 88 deletions.
101 changes: 14 additions & 87 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion kbs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ documentation.workspace = true
edition.workspace = true

[features]
default = ["coco-as-builtin", "resource", "opa", "rustls"]
default = ["coco-as-builtin", "coco-as-grpc", "intel-trust-authority-as", "resource"]

# Feature that allows to access resources from KBS
resource = ["rsa", "reqwest", "aes-gcm", "jsonwebtoken"]
Expand Down

0 comments on commit 54c5b4d

Please sign in to comment.