Welcome to Teampass Feature Requests place

Please consider:

  • using "New Feature" ONLY
  • performing a search before creating a new request
  • voting for the request you would like to see implemented

Thank you for your participation to this project.


Bug report MUST be performed in Github.

Any other topic is performed in Reddit


0

Rotate secret database encryption key

Steve Shipway 6 years ago 0

The database is encrypted using the secret key held in the configuration directory.  However there is no way to rotate this key if we want to change it - such as after a Systems Administrator leaves the company.

It would be useful to have a utility that

* Generates a new secret key

* Decrypts the database and re-encrypts with the new secret key

This would allow us to rotate the key on a regular basis (say, yearly) to protect against loss of the master key.

Similarly, it would be good for individual users to be able to change their own private salt key and automatically re-key their existing records to this new key.

0

Colaboration with Catalan language

Eduard 6 years ago 0

Hello Nils,

I would like to contribute to POEdit Catalan language. How can I do it?

Regards,

Eduard.

0
Completed

Empty item URL automatically fills with 'https://'. It must remains empty.

izomorph 6 years ago updated by Nils Laumaillé 6 years ago 2

Maybe there is some issue in php code.

0

getting all items from folders and subfolders

Lenwe606 7 years ago updated 7 years ago 0

I'm writing an application where I getting all items from teampass through the API

I have a case where some folder have subfolder (and in those subfolder are items stored) and I need te get all the subfolder wsith only the ID of the main folder.

Is this possible or can it be made possible?

0
Completed

QUESTION: User left the company, leaving some items encrypted. How to retrieve those items?

njokanovic 7 years ago updated 7 years ago 5

Image 9

Please advise how to resolve such an issue. Thanks.

0

How modify colour background

Ema 7 years ago updated by Steve Shipway 7 years ago 1

Hi, may you help me to understand how modify the default gray colour of background?

Thanks a lot!

0

password assigned to 2 people, only 50% shown to each

lissandro sosa 7 years ago updated by Steve Shipway 7 years ago 1

I think it would be good
to add the functionality that passwords that were registered in
teampass, could be assigned to only be shown 50% of the password to a
specific role, the other 50% to another role and the total (100%) to another role.

as shown:
Master role: qazwsxedc123

Role 1: qazwsx ******
Rol2: ****** edc123

This would allow double custody for the password where users can not access 100% of the password to access with the user.

0
Completed

masked multiline custom field

userecho com 7 years ago updated by Nils Laumaillé 7 years ago 2

We have config snippets (JSON/XML), a bunch of license keys or multi line licenses.

So we need masked multi line fields for this.

0
Completed

Selective visibility of an items fields based on Group/User

Steve 7 years ago updated by smh 7 years ago 3

The ability to restrict being able to view the password in an item, but not the rest of the information of that item would be a welcome addition.


In my use case, lower level technicians need to know information about a server, e.g. IP address, hostname, services, etc; but do not require to know the password itself to that server. I would like to be able to give them access to the auxiliary information without giving them the password.


Thank you,

0

Puppet Heira module for TeamPass API

Steve Shipway 7 years ago 0

It would be very helpful to have a Heira module to read secrets (including file attachments) from the TeamPass API.  This would allow us to manage passwords, secrets and certificates from puppet with them stored inside TeamPass, retrieving via the existing heira method.


As an example of how to do this with the Hashicorp Vault API, you can see here: https://github.com/jsok/hiera-vault .  It would probably be similar with TeamPass.


I suspect this may be something better produced and managed by the community, and that if provided you'd then have to provide something for Chef, Ansible, etc, but it's a very useful thing to provide