File: secret-payload-as-bytes-d04370d85c9efc4c.yaml

package info (click to toggle)
python-openstacksdk 4.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,352 kB
  • sloc: python: 122,960; sh: 153; makefile: 23
file content (16 lines) | stat: -rw-r--r-- 665 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
features:
  - |
    For Barbican secrets with detected or provided content type other than
    "text/plain" SDK now returns the secret payload as raw bytes.
    For secrets with content type "text/plain", the payload is returned
    as string, decoded to UTF-8.
    This behavior is following python-barbicanclient, and allows to use
    SDK with Barbican secrets that have binary payloads
    (e.g. "application/octet-stream").
upgrade:
  - |
    The payload of Barbican secrets with other than "text/plain" content type
    is now returned as raw bytes.
    For secrets with content type "text/plain", the payload is returned
    as string, decoded to UTF-8.