Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve data types #193

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Improve data types #193

wants to merge 6 commits into from

Conversation

smortex
Copy link
Member

@smortex smortex commented Aug 30, 2023

Some data types allow invalid values. Tighten the data types to make it harder to build broken configuration.

@smortex smortex changed the title improve data types Improve data types Aug 30, 2023
@smortex smortex force-pushed the improve-data-types branch 3 times, most recently from 5f1293b to 1bd0acc Compare August 30, 2023 20:57
A negative value or 0 are not valid and should not be accepted by the
module.
In a future major version, we will remove the support for non-sensitive
passwords and stop providing a default value for them.
All user provided String are expected to be non-empty when they are not
undef.
@smortex smortex marked this pull request as ready for review August 30, 2023 23:06
@smortex smortex added the enhancement New feature or request label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant