19 Mar
2024
19 Mar
'24
10:08 p.m.
On Tue, 20 Feb 2024 20:59:19 +0000 (UTC) Albert Braden <ozzzo@yahoo.com> wrote:
I'm writing a script that will use admin credentials to check user projects for containers. . . .
cloud.object_store.containers(project_id=projectid): Invalid query params: project_id
I'm sure you can resolve the parameter issue above. It looks pretty tactical to me. However, your overall problem requires what's known as "third party authentication". I proposed to support it in SDK a while ago, but that patch needs some love: get someone review and approve it https://review.opendev.org/c/openstack/python-openstackclient/+/731395 Assuming that I understood your objective correctly, of course. -- Pete