pgAdmin 4 commit: Fixed permission denied error when deploying PostgreS

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed permission denied error when deploying PostgreS
Date: 2022-06-27 14:08:48
Message-ID: E1o5pQ0-0005o5-Jy@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed permission denied error when deploying PostgreSQL in Azure using Docker. Fixes #7506

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=659009c1def362f745d2239455610abfcc5c13d8
Author: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_11.rst | 1 +
web/config.py | 6 ++
web/pgacloud/providers/azure.py | 33 ++++---
web/pgadmin/misc/cloud/azure/__init__.py | 35 +++++--
web/pgadmin/misc/cloud/azure/azure_cache.py | 136 ++++++++++++++++++++++++++++
web/pgadmin/misc/cloud/static/js/cloud.js | 2 +-
web/pgadmin/setup/data_directory.py | 16 ++++
7 files changed, 206 insertions(+), 23 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-06-27 14:09:26 Re: [Patch] - Bug #7506 - "Errno 13] Permission denied: '/home/pgadmin'" displayed if user authenticate PostgreSQL Azure on Docker and the server mode of Rpm and Debian
Previous Message Yogesh Mahajan 2022-06-27 13:45:14 [Patch] - Bug #7506 - "Errno 13] Permission denied: '/home/pgadmin'" displayed if user authenticate PostgreSQL Azure on Docker and the server mode of Rpm and Debian