File: send-token-only-when-communicating-with-aetos-21299ccc710f6473.yaml

package info (click to toggle)
python-observabilityclient 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 336 kB
  • sloc: python: 1,876; sh: 46; makefile: 19
file content (9 lines) | stat: -rw-r--r-- 469 bytes parent folder | download
1
2
3
4
5
6
7
8
9
---
security:
  - |
    Modified the observabilityclient to send keystone token with each request
    only when communicating with Aetos, instead of sending it everytime, which
    could pose a security risk. This also restricts configuration
    options for connecting to Aetos to keystone endpoints only. Configuration
    for Prometheus is unchanged and can still be done through keystone
    endpoint, through a configuration file or through environment variables.