Skip to content

Conversation

@mirkokurt
Copy link
Contributor

No description provided.

Copy link

@dido18 dido18 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the added hidden variables do not have a default_value, they are all required variables.

By design, the validation of the app fails if required variables are not set.

I see two solutions:

  1. add the default_value for the hidden variables
    -2.edit the check on the app validation that if a variable is hidden the check of the required value is omitted. I.e., an hidden variable must not be enforced to have a value.

@mirkokurt
Copy link
Contributor Author

mirkokurt commented Dec 11, 2025

Since the added hidden variables do not have a default_value, they are all required variables.

By design, the validation of the app fails if required variables are not set.

I see two solutions:

  1. add the default_value for the hidden variables
    -2.edit the check on the app validation that if a variable is hidden the check of the required value is omitted. I.e., an hidden variable must not be enforced to have a value.

I've added the default values: 9c54121

Copy link
Contributor

@stefanotorneo stefanotorneo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We removed the BIND_PORT from the other compose file; do we want to remove it from these bricks as well?

@mirkokurt mirkokurt force-pushed the hidden-brick-variables branch from a797a34 to bcfe0e0 Compare December 11, 2025 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants