-
Notifications
You must be signed in to change notification settings - Fork 51
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
[BUG] Backup failing in pulp-secret-key
#1098
Comments
This error is probably impacting the execution of our pipeline.
|
Instead of using the `createBackupFile` method (that stores the Secret data in plain text) using the `createSecretBackupFile` method (which stores the entire Secret object in YAML format and without decoding it) fixed the issue with the special chars. fixes: pulp#1098
Instead of using the `createBackupFile` method (that stores the Secret data in plain text) using the `createSecretBackupFile` method (which stores the entire Secret object in YAML format and without decoding it) fixed the issue with the special chars. fixes: #1098
Describe the bug
Pulpbackup
is failing to handle special chars frompulp_secret_key
.To Reproduce
Create a
pulp_secret_key
Secret with the following content:Expected behavior
The backup should be able to handle the special chars and not fail.
Additional context
From a quick investigation, I believe, one of the issues (not sure if it can have others), can be related with the contiguous chars
!&
:The text was updated successfully, but these errors were encountered: