Opened 13 years ago
Closed 11 years ago
#125 closed enhancement (fixed)
rasgeo expects same user for postgres and rasdaman
Reported by: | Dimitar Misev | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 9.0.x |
Component: | rasgeo | Version: | 8.3 |
Keywords: | Cc: | ||
Complexity: | Easy |
Description
I think it would be better if we can separately specify postgres and the rasdaman users in the connect file?
Attachments (1)
Change History (8)
comment:1 by , 13 years ago
follow-up: 3 comment:2 by , 13 years ago
Hi Alex,
yes exactly.
The users in rasdaman are separate from those in postgres. Rasdaman assumes that the system user under which it's running has read/write access to postgres. But on top it allows you to define users to control read or write access to clients like rasgeo to rasdaman itself, not to postgres.
So usually I have a write user for rasdaman (e.g. rasadmin/rasadmin), and in postgres it's dimitar (same as my Debian user) without any password (ident authentication).
Dimitar
comment:3 by , 13 years ago
Hi Dimitar
thanks for the explanation! I was always assuming that the rasdaman user and the postgres user have to be identical. I should have studied the docs more thoroughly, I guess. Now, it makes sense to me and I agree with you that there should be a way to account for that in the rasgeo connect file. We should probably align any required restructuring with Peter's suggestion to tidy up the schema, and aim for a rasgeo update, which addresses both the schema as well as the user issue. So, I think it would be best to include this discussion into the particular thread on rasdaman-dev.
Alex
comment:4 by , 12 years ago
Milestone: | → 9.0 |
---|
by , 11 years ago
Attachment: | Added-different-parameters-for-rasdaman-server-login.patch added |
---|
add rasdaman server login parameters to config file
comment:5 by , 11 years ago
Complexity: | → Very Hard |
---|
As a starter here is a patch (also submitted 2013-08-30 11:13:38) adding the two parameters, then we have to use them in rasgeo tools accordingly: Added-different-parameters-for-rasdaman-server-login.patch
comment:6 by , 11 years ago
Complexity: | Very Hard → Easy |
---|
comment:7 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Hi Dimitar
do you mean we should have one user/passwd pair for connecting to RASBASE using the rasdaman API and another one for connecting to RASBASE using pq for reading/writing the meta data and raster attribute tables? I would expect those users to be identical all the time, since both connections belong to the same task. The only reason for the separate connection is that rasdaman doesn't provide an API for writing the meta data. Or could the separate connection with identical credentials cause any trouble?
Alex