61044892ad
If a user has additional code in their openrc file that isn't just bash variables, the auth provider might fail while parsing it. This change updates the logic to only try and parse lines with OS_ in it to make sure that extra things like bash code are ignored. Change-Id: Id6f5406dcf15642bc0d70caeac30224114bb0669 Closes-Bug: #1699950
6 lines
139 B
YAML
6 lines
139 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Improve openrc parsing to prevent issues when additional bash code is
|
|
present in a user's openrc file. LP#1699950
|