Skip to content

Commit

Permalink
EAR token introduction
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Milleri <[email protected]>
  • Loading branch information
lmilleri committed Nov 28, 2024
1 parent 548fb9c commit 629786d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion config/samples/all-in-one/kbs-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ data:
type = "coco_as_builtin"
work_dir = "/opt/confidential-containers/attestation-service"
policy_engine = "opa"
attestation_token_broker = "Simple"
[attestation_service.attestation_token_broker]
type = "Ear"
[attestation_service.attestation_token_config]
duration_min = 5
[attestation_service.rvps_config]
Expand Down
4 changes: 3 additions & 1 deletion config/samples/microservices/as-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ data:
"type": "BuiltIn",
"remote_addr":"http://127.0.0.1:50003"
},
"attestation_token_broker": "Simple",
"attestation_token_broker": {
"type": "Ear"
},
"attestation_token_config": {
"duration_min": 5
}
Expand Down
6 changes: 4 additions & 2 deletions tests/e2e/sample-attester/03-kbs-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ data:
type = "coco_as_builtin"
work_dir = "/opt/confidential-containers/attestation-service"
policy_engine = "opa"
attestation_token_broker = "Simple"
[attestation_service.attestation_token_broker]
type = "Ear"
[attestation_service.attestation_token_config]
duration_min = 5
Expand Down

0 comments on commit 629786d

Please sign in to comment.