Releases: HewlettPackard/hpegl-provider-lib
Added viper for reading yaml config files.
Adding back viper for acceptance test framework.
Dependabot updates and unit-test enhancements
Bump gopkg.in/square/go-jose.v2 from 2.5.1 to 2.6.0 (#21) * Bump gopkg.in/square/go-jose.v2 from 2.5.1 to 2.6.0 Bumps [gopkg.in/square/go-jose.v2](https://github.com/square/go-jose) from 2.5.1 to 2.6.0. - [Release notes](https://github.com/square/go-jose/releases) - [Commits](https://github.com/square/go-jose/compare/v2.5.1...v2.6.0) --- updated-dependencies: - dependency-name: gopkg.in/square/go-jose.v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Add go.sum Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eamonn O'Toole <[email protected]>
Remove bmaas references
We remove bmaas references
Add ability to pass-in access token
We add the ability to pass-in an access token.
Rationalise gltform handling
Some changes to gltform handling to give a more consistent and better user experience with the hpegl provider
Generate new version
v0.0.5 didn't get created correctly
Rework Gltform package
We rework the Gltform package so that when the bmaas hpegl stanza is present the
resulting .gltform file is written to both the home directory and the current working
directory. This is to avoid confusion due to mismatches.
Added viper for reading yaml config files.
This will be used as part of the acceptance test framework for service teams and terraform provider.
Add retry on IAM issuer end-point 429
In this release we add retries on IAM issue end-point 429 responses.
REST client support of "issuer" end-point
In this release we add support for the "issuer" end-point with API-vended service clients
use a REST client.