-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(rbac): support RejectUnauthorized ssl option for postgres (#2122)
* fix(rbac): added support for rejectUnauthorized in PG SSL options connection * fix(rbac): make sure undefined properties are accepted * fix(rbac): fix compilation and unit tests Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com> * fix(rbac): refactor SSL handling to reuse existing types Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com> --------- Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com> Co-authored-by: Boris Gershanik <boris@viber.com>
- Loading branch information
1 parent
9202767
commit 4fe12a6
Showing
4 changed files
with
100 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters