You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 commandconjur list -k variable -s word
.The text was updated successfully, but these errors were encountered: