You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
by automatically applying best practice methods like software supply chain security measures, SBOM, openAPI,
32
32
cloud-events, vulnerability reports, etc. Auto generate code after defining requirements in UI as architecture diagram.
33
33
34
-
**Specify the requirements for backend workloads in the yaml file, and then auto-generate code, customize it and maintain it.**
34
+
**Specify the requirements for backend workloads in the yaml file, and then auto-generate code, customize it and
35
+
maintain it.**
35
36
> Our goal is to support both auto-generate code and import existing code. Let's see how far we can go with importing
36
37
> existing code support. One step at a time!
37
38
@@ -91,6 +92,7 @@ Solution: **Compage**
91
92
-------------------------
92
93
93
94
#### Current features in compage
95
+
94
96
- An opensource tool that runs on your local cluster (mostly a local cluster running on developer's machine), helps to
95
97
visually develop backend workloads for cloud-native & K8s.
96
98
- Easy to adopt & use.
@@ -104,7 +106,7 @@ Solution: **Compage**
104
106
105
107
#### Languages supported:
106
108
107
-
> OpenApi Generatorbased templates (REST)
109
+
> OpenApi Generator-based templates (REST)
108
110
109
111
- GoLang
110
112
- Java
@@ -123,23 +125,80 @@ contribution.
123
125
124
126
#### How to use Compage?
125
127
126
-
- A user can download the compage executable binary from releases page suitable for the user's machine architecture. The user can even build the binary from source code.
127
-
- Once the binary is downloaded, user can create a yaml file as configuration to be supplied to compage binary. The yaml file can be created by running the command `compage init` and then user can edit the yaml file to add the required configuration.
128
+
- A user can download the compage executable binary from releases page suitable for the user's machine architecture. The
129
+
user can even build the binary from source code.
130
+
- Once the binary is downloaded, user can create a yaml file as configuration to be supplied to compage binary. The yaml
131
+
file can be created by running the command `compage init` and then user can edit the yaml file to add the required
132
+
configuration.
133
+
134
+
### Getting Started
135
+
136
+
To use Compage:
137
+
138
+
- Download the `compage` binary for your platform from the
139
+
official [release page](https://github.com/intelops/compage/releases).
140
+
141
+
#### Verifying Binary Signatures
142
+
143
+
Compage's release process signs binaries using Cosign's keyless signing mode.
144
+
To verify a specific binary, retrieve the release checksum, signature, and public certificate for your desired `TAG`.
145
+
Detailed instructions are available in the [Sigstore blog](https://blog.sigstore.dev/cosign-2-0-released/).
0 commit comments