Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Add ability to search conjur and return full json resources #27

Open
AndrewCopeland opened this issue Dec 11, 2019 · 0 comments
Open

Add ability to search conjur and return full json resources #27

AndrewCopeland opened this issue Dec 11, 2019 · 0 comments

Comments

@AndrewCopeland
Copy link
Contributor

Currently client.list() returns all resource ids the client has access too.
I would like to get a list of resources according to the list resources endpoint.

returning a list of dicts I think is fine for now. While doing this we should create another client method named client.search(kind, search) so we can search for specific kinds and words within our resource. This can be done in the ruby conjur-cli using the command conjur list -k variable -s word.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants