-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PoC - Logging, Authentication, generated clients for IAM, Secrets, Co…
…smos (#8) * Add script to generate client with swagger from yaml * Add generated IAM client(s) * Add PoC example for how to login and list users Revert changes in generated code * Use custom Swagger to avoid having to pass auth info to every method The underlying `*http.Client` that we provide already sets the header * Update cluster URL * Remove hardcoded username/pw, use os.Args instead * Add User-Agent to DefaultTransport * Generate Secrets client * Add example for how to create and retrieve secrets * Check for conflicts when creating secret * Add Cosmos client * Add logging to HTTP client * Add example to show how installing packaes work * Fix go vet warning * Clean up example.org * Fix linter warnings by adding comments
- Loading branch information
Showing
238 changed files
with
29,714 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
113 changes: 113 additions & 0 deletions
113
dcos/cosmos/client/operations/dcos_system_health_parameters.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.