cloudfoundry/log-cache-cli

**Feature Request:** token override

Closed this issue · 3 comments

As a non-admin user with access to semi privileged UAA clients, I would like the ability to hand the cli the token I would like it to use on behalf of me.

uaac token client get <my_client>
export TOKEN=<uaa token for my_client>
cf tail --token $TOKEN
.
.
.
<logs my_client can see>
.
.

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/163965472

The labels on this github issue will be updated when the story is started.

Closing based on the fact that we take the token from cf cli and I believe this feature request would be better situated directly with them instead of this plugin after looking closer.

For reference for those who want this feature: cloudfoundry/cli#1746