chore: add user name character warning#1718
Conversation
Adds a warning log when potentially invalid characters are used in a username.
|
This replaces #1708. This PR is a branch off of this repo so integration tests will be executed. |
|
Binary incompatibility detected for commit 7de8ce2. com.aws.greengrass.lifecyclemanager.KernelAlternatives is binary incompatible and is source incompatible because of METHOD_LESS_ACCESSIBLE Produced by binaryCompatability.py |
|
Unit Tests Coverage Report
Minimum allowed coverage is Generated by 🐒 cobertura-action against 7de8ce2 |
|
Integration Tests Coverage Report
Minimum allowed coverage is Generated by 🐒 cobertura-action against 7de8ce2 |
Issue #, if available:
Description of changes:
Adds a warning log when potentially
invalid characters are used in a username.
Why is this change necessary:
How was this change tested:
Any additional information or context required to review the change:
This change aims to raise awareness around invalid user names which can cause component failures.
For Linux see this (best doc I could find).
For Windows see this.
Documentation Checklist:
Compatibility Checklist:
any deprecated method or type.
Refer to Compatibility Guidelines for more information.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.