uaa-cli
uaa-cli copied to clipboard
CLI for UAA written in Go
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.16.0 to 1.17.0. Release notes Sourced from github.com/fatih/color's releases. v1.17.0 What's Changed Fix multi-parameter println spacing by @klauspost in fatih/color#228 ci: update Go and Staticcheck versions by...
Hello, we are trying to move vom uaa ruby client to uaa go client in a corporate environment on Debian Linux 11.8. We can´t use a newer Debian in cause...
The project needs[ cloudfoundry-community/uaa](https://github.com/cloudfoundry-community/go-uaa)
Good day, I am trying to figure out the difference between the Ruby uaac and Go uaa when using curl to update OpsMan authentication settings. Below env vars are used...
By default, uaa-cli config file will be stored in `$HOME/.uaa/config.json`, but if the environment variable `UAA_HOME` is set, then the config file will be stored there instead. This allows for...
Version ```bash $ uaa version 0.7.0 8b3ea1f ``` Command ```bash uaa list-clients ``` Returns ``` An unknown error occurred while parsing response from https://uaa.run.markspcffoundry.com/oauth/clients?count=100&sortOrder=ascending&startIndex=1. Response was : json: cannot unmarshal...
Hello, I'm having trouble logging in to an on-prem PCF environment using SSO. I've tested using an identical version of the CLI as a colleague who is not having the...
Executing `uaa get-client identity` against a Tanzu Application Service installation results in the following error: ``` json: cannot unmarshal string into Go struct field Client.resource_ids of type []string ``` The...
Uaa curl does not work with any host but the targeted UAA. `uaac curl https://not-uaa-host.example.com` is handy with workflows where you use uaa to grab a bearer token and then...
I want to log in to the UAA used by my cloudfoundry to perform some basic user management. ``` Getting Tokens: get-authcode-token Obtain an access token using the authorization_code grant...