NAME
IO::K8s::ExternalSecrets::V1alpha1::PasswordSpec - PasswordSpec controls the behavior of the password generator.
VERSION
version 1.108
allowRepeat
set AllowRepeat to true to allow repeating characters.
digits
Digits specifies the number of digits in the generated password. If omitted it defaults to 25% of the length of the password
encoding
Encoding specifies the encoding of the generated password. Valid values are: - "raw" (default): no encoding - "base64": standard base64 encoding - "base64url": base64url encoding - "base32": base32 encoding - "hex": hexadecimal encoding
length
Length of the password to be generated. Defaults to 24
noUpper
Set NoUpper to disable uppercase characters
secretKeys
SecretKeys defines the keys that will be populated with generated passwords. Defaults to "password" when not set.
symbolCharacters
SymbolCharacters specifies the special characters that should be used in the generated password.
symbols
Symbols specifies the number of symbol characters in the generated password. If omitted it defaults to 25% of the length of the password
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/pplu/io-k8s-p5/issues.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHORS
Torsten Raudssus <getty@cpan.org>
Jose Luis Martinez Torres <jlmartin@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018-2026 by Jose Luis Martinez Torres <jlmartin@cpan.org>.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004