Skip to content

[Bug]: Mismatch between documented default value and actual default value #36

@Sebastian-Maier

Description

@Sebastian-Maier

Is this a critical security issue?

  • This is not a security issue.

Describe the Bug

Just noticed a minor mismatch:
The documentation states 120 seconds as default value for WAITFORCERT. The Containerfile initializes WAITFORCERT to "" and the openvoxdb/ssl.sh script then uses WAITFORCERT=${WAITFORCERT:-300} to set a default value of 300 seconds if necessary (as documented in the beginning of the ssl.sh script). However, this default value does not match what is originally stated in the documentation of container-openvoxdb.

Expected Behavior

Default to the documented value or adjust documentation to state the actual default value.
(A possible solution could be to explicitly set WAITFORCERT to 120 in the Containerfile.)

Steps to Reproduce

n/a

Environment

n/a

Additional Context

No response

Relevant log output

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions