8000 bug: startup scripts hang on "Checking for required secrets" · Issue #133 · nginxinc/kic-reference-architectures · GitHub
[go: up one dir, main page]

Skip to content

bug: startup scripts hang on "Checking for required secrets" #133

@qdzlug

Description

@qdzlug

Describe the bug
As noted in the title, the startup scripts hang looking for the database passwords; the workaround is to add these manually to the configuration file:

          pulumi config set sirius:accounts_pwd --secret "Password" -C pulumi/python/kubernetes/applications/sirius -s marajenkaws${BUILD_NUMBER}
          pulumi config set sirius:ledger_pwd --secret "Password" -C pulumi/python/kubernetes/applications/sirius -s marajenkaws${BUILD_NUMBER}

To Reproduce
Steps to reproduce the behavior:

  1. Run deployment w/o setting passwords first.
  2. Deployment will hang.

Expected behavior
Deployment should work as designed.

Your environment
n/a

Additional context
Most likely introduced by #131

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0