mathieu-benoit / sail-sharp

Sail Sharp - Security best practices with .NET Core & Kubernetes
https://medium.com/p/c68ba253844a
3 stars 0 forks source link

Update score.yaml #115

Closed mathieu-benoit closed 7 months ago

github-actions[bot] commented 7 months ago

Deployment failed for PR-115! :x:

Errors:


error provisioning resource dns#modules.my-sample-app.externals.dns GuResID: 3d838afea1edf192fc80e092990c573b65924eb4. Status: False. Reason: ResourceProvisionError. Message: resolving resource input secrets: getting remote secret orgs/humanitec/resources/dynamic/default-humanitec-dns/account: secret not found
Errors details ### Errors details: ```json [ { "apiVersion": "entity.humanitec.io/v1b1", "entity": {}, "kind": "DeploymentError", "metadata": { "app_id": "my-sample-app", "deploy_id": "17c4f4ae21d77a10", "env_id": "pr-115", "org_id": "mabenoit" }, "status": { "code": "OPR-001", "error_type": "", "message": "error provisioning resource dns#modules.my-sample-app.externals.dns GuResID: 3d838afea1edf192fc80e092990c573b65924eb4. Status: False. Reason: ResourceProvisionError. Message: resolving resource input secrets: getting remote secret orgs/humanitec/resources/dynamic/default-humanitec-dns/account: secret not found", "object_id": "", "scope": "environment", "summary": "Humanitec Operator error" } } ] ```

View in Humanitec

Deployment ID: 17c4f4ae21d77a10

Domains:

Deployment diff ### Deployment diff: ```json { "modules": { "add": null, "remove": [], "update": { "my-sample-app": [ { "from": "", "op": "replace", "path": "/spec/containers/my-sample-app/image", "value": "us-east4-docker.pkg.dev/mathieu-benoit-gcp/containers/my-sample-app@sha256:9f8933ce7fc99c671be9f0bf3a2e9639e7c291040fbfdf10ce86f529e5916be7" }, { "from": "", "op": "replace", "path": "/spec/containers/my-sample-app/variables/MESSAGE", "value": "Hello, PR!" }, { "from": "", "op": "add", "path": "/spec/containers/my-sample-app/env", "value": [ { "name": "POD_NAME", "value": "${pod.metadata.name}" }, { "name": "NAMESPACE_NAME", "value": "${pod.metadata.namespace}" } ] }, { "from": "", "op": "replace", "path": "/spec/annotations/humanitec.io~1workload-artefact-name", "value": "my-sample-app/my-sample-app" }, { "from": "", "op": "add", "path": "/spec/annotations/humanitec.io~1workload-source", "value": "https://github.com/mathieu-benoit/sail-sharp/blob/mathieu-benoit-patch-1/score/score.yaml" } ] } }, "shared": null } ```