1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "phases": {
- "package": {
- "context": {
- "resources": {
- "url": "{SHA_ARCHIVE}",
- "path": "/bitnami/rabbitmq"
- }
- },
- "actions": [
- {
- "action_id": "helm-package"
- },
- {
- "action_id": "helm-lint"
- }
- ]
- },
- "verify": {
- "context": {
- "resources": {
- "url": "{SHA_ARCHIVE}",
- "path": "/bitnami/rabbitmq"
- },
- "runtime_parameters": "YXV0aDoKICBlcmxhbmdDb29raWU6IFJqc3BDQzNubTRrTHY0TGpXRk5mRkhXM3hMeGI3elRDCiAgcGFzc3dvcmQ6IENvbXBsaWNhdGVkUGFzc3dvcmQxMjMhNAogIHVzZXJuYW1lOiB1c2VyCnNlcnZpY2U6CiAgcG9ydHM6CiAgICBtYW5hZ2VyOiA4MAogIHR5cGU6IExvYWRCYWxhbmNlcg==",
- "target_platform": {
- "target_platform_id": "{VIB_ENV_TARGET_PLATFORM}",
- "size": {
- "name": "M8"
- }
- }
- },
- "actions": [
- {
- "action_id": "trivy",
- "params": {
- "threshold": "CRITICAL",
- "vuln_type": ["OS"]
- }
- },
- {
- "action_id": "health-check",
- "params": {
- "endpoint": "lb-rabbitmq-http-stats",
- "app_protocol": "HTTP"
- }
- },
- {
- "action_id": "cypress",
- "params": {
- "resources": {
- "path": "/.vib/rabbitmq/cypress"
- },
- "endpoint": "lb-rabbitmq-http-stats",
- "app_protocol": "HTTP",
- "env": {
- "username": "user",
- "password": "ComplicatedPassword123!4"
- }
- }
- },
- {
- "action_id": "goss",
- "params": {
- "resources": {
- "path": "/.vib/rabbitmq/goss"
- },
- "remote": {
- "workload": "sts-rabbitmq"
- }
- }
- }
- ]
- },
- "publish": {
- "actions": [
- {
- "action_id": "helm-publish",
- "params": {
- "repository": {
- "kind": "S3",
- "url": "{VIB_ENV_S3_URL}",
- "username": "{VIB_ENV_S3_USERNAME}",
- "password": "{VIB_ENV_S3_PASSWORD}"
- }
- }
- }
- ]
- }
- }
- }
|