Deprecate service_account_email config (#610)
* Deprecate service_account_email config - it could be extracted from the JWT if needed Co-authored-by: João Palet <joao.palet@outlook.com>
This commit is contained in:
parent
100704c0f4
commit
d7e4ab2adb
5 changed files with 6 additions and 19 deletions
|
|
@ -15,7 +15,7 @@ const Separator = ","
|
|||
|
||||
type ProviderData struct {
|
||||
RoundTripper http.RoundTripper
|
||||
ServiceAccountEmail string
|
||||
ServiceAccountEmail string // Deprecated: ServiceAccountEmail is not required and will be removed after 12th June 2025.
|
||||
Region string
|
||||
ArgusCustomEndpoint string
|
||||
AuthorizationCustomEndpoint string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue