We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oauth/token
PR into the cloudfoundry/cli.
Follow up to #1294 workaround for cli calls that continue to try using oauth tokens.
As a Korifi CF CLI user I want to skip oauth/token refresh requests So that I can prevent unnecessary load on my Kubernetes cluster
GIVEN a new CF CLI version WHEN I cf push -v or cf logs -v THEN I see that there is no longer a request of the form:
cf push -v
cf logs -v
POST /oauth/token HTTP/1.1 Accept: application/json Authorization: [PRIVATE DATA HIDDEN]
log
The text was updated successfully, but these errors were encountered:
Birdrock
clintyoshimura
No branches or pull requests
Blockers/Dependencies
PR into the cloudfoundry/cli.
Follow up to #1294 workaround for cli calls that continue to try using oauth tokens.
Background
As a Korifi CF CLI user
I want to skip
oauth/token
refresh requestsSo that I can prevent unnecessary load on my Kubernetes cluster
Acceptance Criteria
GIVEN a new CF CLI version
WHEN I
cf push -v
orcf logs -v
THEN I see that there is no longer a request of the form:
Dev Notes
log
command to not attempt to refresh the user's token if it detects that the API is running on Kubernetes.The text was updated successfully, but these errors were encountered: