mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-22 05:04:25 -04:00
api: rename references to moved hack/configapi (#2329)
Fixes 376bc6d39f
This commit is contained in:
parent
95c4294921
commit
f399fe148b
2 changed files with 2 additions and 2 deletions
2
.github/actions/e2e_verify/action.yml
vendored
2
.github/actions/e2e_verify/action.yml
vendored
|
@ -97,5 +97,5 @@ runs:
|
||||||
for file in $(ls maa-claims-*.json); do
|
for file in $(ls maa-claims-*.json); do
|
||||||
path=$(realpath "${file}")
|
path=$(realpath "${file}")
|
||||||
cat "${path}"
|
cat "${path}"
|
||||||
bazel run //hack/configapi -- --maa-claims-path "${path}"
|
bazel run //internal/api/attestationconfigapi -- --maa-claims-path "${path}"
|
||||||
done
|
done
|
||||||
|
|
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
/*
|
/*
|
||||||
This package provides a CLI to interact with the Attestationconfig API, a sub API of the Resource API.
|
This package provides a CLI to interact with the Attestationconfig API, a sub API of the Resource API.
|
||||||
|
|
||||||
You can execute an e2e test by running: `bazel run //hack/configapi:configapi_e2e_test`.
|
You can execute an e2e test by running: `bazel run //internal/api/attestationconfigapi:configapi_e2e_test`.
|
||||||
The CLI is used in the CI pipeline. Actions that change the bucket's data shouldn't be executed manually.
|
The CLI is used in the CI pipeline. Actions that change the bucket's data shouldn't be executed manually.
|
||||||
Notice that there is no synchronization on API operations.
|
Notice that there is no synchronization on API operations.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue