Skip to content

Commit 57a807e

Browse files
lsubashpchand20
andauthored
[Verifier] Fix Lint errors (#16)
* Fix Lint errors Signed-off-by: Subash Lakkimsetti <subash.lakkimsetti@intel.com> * Update README.md Added info as per required template * Increase timeout of initwait container Signed-off-by: Subash Lakkimsetti <subash.lakkimsetti@intel.com> * Update README.md fixing review comments. * Update README.md * Update README.md * Update README.md * Update README.md --------- Signed-off-by: Subash Lakkimsetti <subash.lakkimsetti@intel.com> Co-authored-by: pchandra <prakash1.chandra@intel.com>
1 parent f52ae44 commit 57a807e

9 files changed

Lines changed: 60 additions & 23 deletions

File tree

README.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,49 @@
1-
# Trusted Compute
1+
# Trusted Compute
22

33
## Overview
44
Trusted Compute is an execution framework at the edge that provides isolated execution of workloads and platform abstraction for hardware-based security technologies following thwith following objectives.
55
1) **Continuous Monitoring:** Ensure the integrity of platform firmware, OS kernel, critical system components, and runtime environment through ongoing measurement and attestation.
66
2) **Isolated Execution:** Securely execute workloads to prevent unauthorized access or interference, and protect the trusted host from the workloads.
77

8+
## Get Started
9+
10+
See the [Documentation](https://docs.openedgeplatform.intel.com/edge-manage-docs/main/developer_guide/trusted_compute/index.html) to get started
11+
using Trusted Compute.
12+
13+
## Develop
14+
15+
To develop Trusted Compute, the following development prerequisites are required:
16+
17+
- Ubuntu- 22.04
18+
- Docker.io
19+
- Docker proxy as mentioned in the docker documentation .
20+
- User should have sudo permission.
21+
- Install mentioned packages ( build-essential and other gnu build tools)
22+
- Network connection
23+
- Enough storage 256 GB NVME or Sata.
24+
- 4-8GB RAM
25+
- 8 core or better CPU
26+
27+
28+
## Contribute
29+
30+
trusted compute contribution details can be found on following documentaion.
31+
[Documentation](https://docs.openedgeplatform.intel.com/edge-manage-docs/main/developer_guide/contributor_guide/index.html)
32+
33+
## Community and Support
34+
35+
To learn more about the project, its community, and governance, visit
36+
the [Edge Orchestrator Community](https://docs.openedgeplatform.intel.com/edge-manage-docs/main/index.html).
37+
38+
For support, start with [Troubleshooting](https://docs.openedgeplatform.intel.com/edge-manage-docs/main/index.html) or
39+
[contact us](https://docs.openedgeplatform.intel.com/edge-manage-docs/main/index.html).
40+
41+
## License
42+
43+
Trusted Compute is licensed under [Apache
44+
](https://www.apache.org/licenses/LICENSE-2.0).
45+
46+
47+
848

949

attestation-verifier/utils/tools/containers/init-wait/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: BSD-3-Clause
44

55
export WAIT_INTERVAL=${WAIT_INTERVAL:-2}
6-
export ITERATIONS=${ITERATIONS:-30}
6+
export ITERATIONS=${ITERATIONS:-100}
77
i=0
88

99
# Waits for $ITERATIONS * $WAIT_INTERVAL for any service with given API with $URL

helm/attestation-verifier/Chart.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ dependencies:
3737
- name: cleanup-jobs
3838
repository: file://./charts/cleanup-jobs/
3939
version: 0.0.8
40+
- name: trustagent-aas-manager
41+
repository: file://./charts/trustagent-aas-manager
42+
version: 0.0.8
4043
description: A Helm chart for Deploying Attestation Verifier
4144
name: attestation-verifier
4245
type: application
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apiVersion: v2
2-
appVersion: 0.1.0
2+
appVersion: 0.0.8
33
dependencies:
44
- name: factory
55
repository: file://../../charts/factory/
6-
version: 0.1.0
6+
version: 0.0.8
77
description: A Helm chart for cleaning up folders create post helm uninstall of a release
88
name: cleanup-host
99
type: application
10-
version: 0.1.0
10+
version: 0.0.8
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apiVersion: v2
2-
appVersion: 0.1.0
2+
appVersion: 0.0.8
33
dependencies:
44
- name: factory
55
repository: file://../../charts/factory/
6-
version: 0.1.0
6+
version: 0.0.8
77
description: A Helm chart for cleaning up jobs before upgrade
88
name: cleanup-jobs
99
type: application
10-
version: 0.1.0
10+
version: 0.0.8
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apiVersion: v2
2-
appVersion: 0.1.0
2+
appVersion: 0.0.8
33
dependencies:
44
- name: factory
55
repository: file://../../charts/factory/
6-
version: 0.1.0
6+
version: 0.0.8
77
description: A Helm chart for cleaning up secrets post helm uninstall of a release
88
name: cleanup-secrets
99
type: application
10-
version: 0.1.0
10+
version: 0.0.8

helm/attestation-verifier/charts/trustagent-aas-manager/Chart.lock

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
apiVersion: v2
2-
appVersion: 0.0.9-dev
2+
appVersion: 0.0.8
33
dependencies:
44
- name: factory
55
repository: file://../../charts/factory/
6-
version: 0.0.9-dev
7-
description: A Helm chart for creating Trust agent service account
6+
version: 0.0.8
7+
description: A Helm chart for creating trustagent service account
88
name: trustagent-aas-manager
99
type: application
10-
version: 0.0.9-dev
10+
version: 0.0.8
11+
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{{- include "factory.headers" . }}
22
---
3-
{{- include "factory.createAASRolesAndPermissionSecret" . }}
4-
3+
{{ include "factory.createAASRolesAndPermissionSecret" . }}

0 commit comments

Comments
 (0)