We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version pulcore 3.21 pulp_ansible 0.15
Describe the bug Signatures loaded during syncs are saved as bytes.
To Reproduce Sync a signed collection. The signature shows up a b'' string on the API:
"signature": "b'-----BEGIN PGP SIGNATURE-----\\nVersion: GnuPG v1\\n\\niQIVAwUAYyJcZ+GkvXCKgoqtAQhkbA//e2VrbAikRwO82C2ljuIOnjpN9OO6kgYN\\nHd6eABTWJ2m/N6jsHnINXtXnRYNWorZNnbNPnmZ0GtfUnh57U55I2y4COyZGOWq+\\nzbiNo2l44o+jiXomazr1f75beu92C0v+kW+nvgdre7OqbkNHI8295GiqiockcwdJ\\nxPCfojqUURLWqZumS8oWg1owSQPePiL7ZGsOfxBnRWQDyvqs2abJmrQY73bnhEBx\\nLsApx4W1rFi7yD012ejNEHsuguUpGcQxibyuHnxgP5ZDOtHFZbmAh0d5j29GnET/\\nevVrB/8HDoNivv4SD2zuV9LftbxR5VwGO1H5GtK4D7SSl0bHAloB2tZAgQrnkBif\\n3YjnA0gQwB6x5DaYFkZzlHkTwPvcqNM6ts827yHTiqf1jtVBrgjy8qYait9v251j\\nMQnT41x4XIVBIC2yiavF/kIIE9MOVqd0DZqLXt0mcXxvaK7ZHKhWed5FImEMzbgR\\nr+yI/YdRtDvNUaoqPNjtvXBf68t2/zJqtIf66CTYmguv2AqRSNQZBp902T+rX1s6\\n8NRNgDh6JQqy1oq7HwAZeiRFSYyShvGky76lWzNUWdX+aLdL3533hJwMjpoRe3/s\\nBiN61nR9DpvkY8fXVffwTJ+wQVVfRvclxVEkAKw5tczJU/aLiWp7qxkbDMlBYOTK\\nsjd1+WBrGTw=\\n=WIPN\\n-----END PGP SIGNATURE-----\\n'", "pubkey_fingerprint": "39B5D759361A97464C564A8FE1A4BD708A828AAD",
Expected behavior The signature should be a regular string
The text was updated successfully, but these errors were encountered:
Fix signatures not being stored as text on syncs
fae036e
fixes: pulp#1245
2aec815
edf798d
fixes: #1245
Successfully merging a pull request may close this issue.
Version
pulcore 3.21
pulp_ansible 0.15
Describe the bug
Signatures loaded during syncs are saved as bytes.
To Reproduce
Sync a signed collection. The signature shows up a b'' string on the API:
Expected behavior
The signature should be a regular string
The text was updated successfully, but these errors were encountered: