Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added U2M auth #266

Merged
merged 2 commits into from
Jan 11, 2023
Merged

Added U2M auth #266

merged 2 commits into from
Jan 11, 2023

Conversation

nfx
Copy link
Contributor

@nfx nfx commented Dec 29, 2022

No description provided.

@nfx nfx requested a review from a team December 29, 2022 17:23
@nfx nfx enabled auto-merge (squash) December 29, 2022 17:23
@codecov-commenter
Copy link

Codecov Report

Base: 42.53% // Head: 42.67% // Increases project coverage by +0.14% 🎉

Coverage data is based on head (3c4162c) compared to base (2f7e302).
Patch coverage: 44.82% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #266      +/-   ##
==========================================
+ Coverage   42.53%   42.67%   +0.14%     
==========================================
  Files          42       43       +1     
  Lines        2464     2493      +29     
==========================================
+ Hits         1048     1064      +16     
- Misses       1336     1346      +10     
- Partials       80       83       +3     
Impacted Files Coverage Δ
config/auth_default.go 100.00% <ø> (ø)
config/auth_u2m.go 44.82% <44.82%> (ø)
config/config.go 81.53% <0.00%> (+4.61%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

config/auth_u2m.go Outdated Show resolved Hide resolved
config/auth_u2m.go Outdated Show resolved Hide resolved
config/auth_default.go Show resolved Hide resolved
config/auth_u2m.go Show resolved Hide resolved
@nfx nfx disabled auto-merge January 11, 2023 10:23
@nfx nfx merged commit a009679 into main Jan 11, 2023
@nfx nfx mentioned this pull request Feb 3, 2023
nfx added a commit that referenced this pull request Feb 3, 2023
# Version changelog

## 0.3.0

 * Added support for GCP deployment APIs in Public Preview.
* Added new node type selector
([#287](#287)).
* Added Azure MSI auth
([#279](#279)).
* Added validation of strings in user agent package
([#291](#291)).
* Added logging for error responses
([#289](#289)).
* Update implementation of smallest node selection to match terraform's
([#273](#273)).
* Added experimental OAuth support
([#276](#276),
[#266](#266),
[#292](#292)).
* Fixed `google-credentials` to take precedence over `google-id`
([#283](#283)).
* Test with Go 1.20
([#295](#295)).
* Regenerate from OpenAPI
([#293](#293),
[#294](#294),
[#296](#296),
[#282](#282),
[#269](#269),
[#272](#272)).
* Added `replaceAll` and `lowerFirst` template functions
([#288](#288),
[#277](#277)).

Dependency updates:

* Bump google.golang.org/api from 0.105.0 to 0.109.0
([#271](#271),
[#280](#280),
[#284](#284),
[#290](#290)).

API changes:

 * Renamed `clusters.CreateCluster` to `clusters.BaseClusterInfo`.
 * Renamed `jobs.Job` to `jobs.BaseJob`.
 * Renamed `jobs.Run` to `jobs.BaseRun`.
* Fixed `commands.Results` `Schema` type from `[][]any` to
`[]map[string]any`.
@nfx nfx deleted the auth/u2m branch June 15, 2023 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants