Closed jandubois closed 6 years ago
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/156960926
The labels on this github issue will be updated when the story is started.
@jandubois Thanks for reporting it. We have identified an issue in the pgats code and we are addressing it. I will update when the fix is available.
@jandubois The develop branch contains the fix to the issue. We have regressed it with a standard bosh-lite installation. Please may you confirm that it works fine in your environment too?
Thank you!
All tests passed for me (and don't seem to require credhub/uaa at all).
I've been trying to get the tests to pass for a while now, but simply can't get it to work:
The SSL tests require a config server to generate the certificates, so I configured bosh-lite with credhub and uaa. But the bosh-cli version used by PGATS to talk to the director doesn't seem to support oauth authentication via uaa to the director.
I've then switched the director back to using local user_management, but then there seems to be a problem generating the credentials:
Looking at
credhub.log
I seeI don't know if this is related to the director using local users. I tried to add the credhub accounts with identical passwords as local users as well, but that doesn't make any difference (credhub probably wants a UAA token and not a password anyways).
Could you please provide some documentation on how to run the tests successfully?