Share with group with web UI

Checklist
[x ] I have read intro post: About the Installation Issues category
[ x] I have read the tutorials, help and searched for similar issues
[x ] I provide relevant information about my server (component names and versions, etc.)
Docker installation with latest-ce ( 4.9.0-1-ce)
I provide a copy of my logs and healthcheck
I describe the steps I have taken to trouble shoot the problem
[x ] I describe the steps on how to reproduce the issue
So far I have a fully functionnal Passbolt. I have an admin user and some standard users. I did create some groups too, with users in it.
I can create secrets.
When I try to share secrets using the web UI, I can search and select users, but I can’t find any group.
So my question is : is this a normal limitation or a bug ? How can I share a password with a group ?

Regards

Hello @pguinet , welcome to our community :slight_smile:

You should be able to share secrets to users or groups as you can see below.

share-to-groups

Are you using PostgreSQL or MariaDB as the db container?

Also, could you share the dataCheck of the server?

docker exec -it <passbolt_container_id> su -s /bin/bash -c "/usr/share/php/passbolt/bin/cake passbolt datacheck --hide-success-details" www-data

Hi Antony,

I have a group named Infra, and when I try to search it, I receive this :
image

This group has been created by a user with admin rights. I’m myself only user.
Even the group creator cannot share with this group.

I did create another group while replying to you and I can see and share with this group.

Database is Postgresql.
Here the result of check :

Data check shell
[PASS] Data integrity for AuthenticationTokens.
  [PASS] Can validate: 29/29
[PASS] Data integrity for Comments.
  [PASS] Can validate: 0/0
[PASS] Data integrity for Favorites.
  [PASS] Can validate: 0/0
[PASS] Data integrity for Gpgkeys.
  [PASS] Can encrypt: 4/4
  [PASS] Pass validation service checks: 4/4
  [PASS] Entity data and armored key data matches: 4/4
  [PASS] Is not expired: 4/4
  [PASS] Is armored key format valid: 4/4
[PASS] Data integrity for Groups.
  [PASS] Can validate: 2/2
[PASS] Data integrity for Profiles.
  [PASS] Can validate: 4/4
[PASS] Data integrity for Resources.
  [PASS] Can validate: 3/3
[PASS] Data integrity for Secrets.
  [PASS] Can validate: 5/5
[PASS] Data integrity for Users.
  [PASS] Can validate: 4/4

Regards,

Hi @pguinet ,

thanks for the hint, we have spotted this issue which has been introduced with the v4.9.0, impairing Postgres users. The search is case sensitive on Postgres, so if you search for “nfra”, you should find your group.

We have a fix for that, that we are willing to ship in a 4.9.1 in the coming days. Keep being posted, it is coming soon.

Sorry for the inconvenience!

Cheers,
Juan

2 Likes

Thanks @pabloelcolombiano ,

Effectively, it works with ‘nfr’, but not with ‘Infr’ that I tried with no luck.

So I’ll wait for the 4.9.1.

Have a nice day.

For your information the v4.9.1 has been released today. This should fix your issue.

Thank you for reporting the issue, and for your patience!

1 Like

Hi Pablo,
I confirm it works now.
Thanks for your help.

2 Likes