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
| GET |`/healthz`| Retrieves the current health status of the server. |
73
-
| GET |`/swagger-ui`| Serves the Swagger User Interface. |
74
-
| GET |`/rhtas-console.yaml`| Returns the project OpenAPI spec file. |
75
-
| POST |`/api/v1/artifacts/sign`| Signs an artifact using Cosign. |
76
-
| POST |`/api/v1/artifacts/verify`| Verifies an artifact using Cosign. |
77
-
| GET |`/api/v1/artifacts/{artifact}/policies`| Retrieves policies and attestations for an artifact. |
78
-
| GET |`/api/v1/artifacts/image`| Retrieves metadata for a container image by full reference URI. |
79
-
| GET |`/api/v1/rekor/entries/{uuid}`| Retrieves a Rekor transparency log entry by UUID. |
80
-
| GET |`/api/v1/rekor/public-key`| Retrieves the Rekor public key in PEM format. |
81
-
| GET |`/api/v1/trust/config`| Retrieves Fulcio certificate authorities and Rekor transparency logs. |
82
-
| GET |`/api/v1/trust/root-metadata-info`| Retrieves the full history of TUF root metadata versions, including version, expiration date, and status (valid, expiring, expired). |
82
+
| GET |`/healthz`| Retrieves the current health status of the server. |
83
+
| GET |`/swagger-ui`| Serves the Swagger User Interface. |
84
+
| GET |`/rhtas-console.yaml`| Returns the project OpenAPI spec file. |
85
+
| POST |`/api/v1/artifacts/sign`| Signs an artifact using Cosign. |
86
+
| POST |`/api/v1/artifacts/verify`| Verifies an artifact using Cosign. |
87
+
| GET |`/api/v1/artifacts/{artifact}/policies`| Retrieves policies and attestations for an artifact. |
88
+
| GET |`/api/v1/artifacts/image`| Retrieves metadata for a container image by full reference URI. |
89
+
| GET |`/api/v1/rekor/entries/{uuid}`| Retrieves a Rekor transparency log entry by UUID. |
90
+
| GET |`/api/v1/rekor/public-key`| Retrieves the Rekor public key in PEM format. |
91
+
| GET |`/api/v1/trust/config`| Retrieves Fulcio certificate authorities and Rekor transparency logs. |
92
+
| GET |`/api/v1/trust/root-metadata-info`| Retrieves the full history of TUF root metadata versions, including version, expiration date, and status (valid, expiring, expired). |
93
+
| GET |`/api/v1/trust/targets`| Retrieves all TUF targets. |
94
+
| GET |`/api/v1/trust/target`| Retrieves a specific TUF target. |
95
+
| GET |`/api/v1/trust/targets/certificates`| Retrieves certificates for TUF targets. |
0 commit comments