Paul Harris

Results 10 comments of Paul Harris

I believe [this call](https://docs.cloudfoundry.org/api/uaa/version/4.20.0/index.html#one-time-passcode), implemented [here](https://github.com/cloudfoundry/cf-java-client/blob/master/cloudfoundry-client/src/main/java/org/cloudfoundry/uaa/tokens/Tokens.java#L56), is what you're looking for.

That endpoint hasn't yet been implemented. I'll add it as a todo, but it's going to be a low priority - it's a surprisingly complicated thing to implement, for a...

The spec has been revised since `UploadPackageRequest` was implemented, so this is now a missing feature. Thanks for letting us know.

My apologies @theghost5800, I must have mislabeled this issue. I'm reopening now.

It's not currently in progress, so any help you can provide will be greatly appreciated! I may not be able to accept PRs for the next couple of weeks, but...

This issue is on hold pending the outcome of https://www.pivotaltracker.com/n/projects/997278/stories/152242975 - as soon as that's resolved I'll add the feature to the client.

Hi @adityajagtiani89 - we don't currently support it, but I'll start work on it shortly. I've added it to the next release for now, but you shouldn't make any plans...

I saw the announcement - that certainly sharpens the need! It got buried by some other priorities, but clearly it’s at the top of the list now.

Can you tell me a little more about what you're actually trying to do? Typically once you have a UPS you would bind an app to it, then have it...

I don't think you can do what you want, at least directly. A service's credentials aren't visible to some sort of general environment, just to applications that are bound to...