Skip to content

Commit 271515b

Browse files
authored
fix(deps): Update module github.com/okta/okta-sdk-golang/v2 to v2.16.0 (#5228)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/okta/okta-sdk-golang/v2](https://togithub.com/okta/okta-sdk-golang) | require | minor | `v2.13.0` -> `v2.16.0` | --- ### Release Notes <details> <summary>okta/okta-sdk-golang</summary> ### [`v2.16.0`](https://togithub.com/okta/okta-sdk-golang/blob/HEAD/CHANGELOG.md#v2160) [Compare Source](https://togithub.com/okta/okta-sdk-golang/compare/v2.15.0...v2.16.0) - All API integers, which previously had been typed as `int64`, are now typed `*int64` so that serialization of actual `0` values are not ignored when omitempty tags are present for serialization. ### [`v2.15.0`](https://togithub.com/okta/okta-sdk-golang/blob/HEAD/CHANGELOG.md#v2150) [Compare Source](https://togithub.com/okta/okta-sdk-golang/compare/v2.14.0...v2.15.0) ##### Additions - Added `POST /api/v1/authenticators` for `CreateAuthenticator` method to `AuthenticatorResource` model by [@&#8203;monde](https://togithub.com/monde) in [https://github.com/okta/okta-management-openapi-spec/pull/154](https://togithub.com/okta/okta-management-openapi-spec/pull/154) - Added `/api/v1/apps/${applicationId}/credentials/secrets` endpoints and `ClientSecret` model by [@&#8203;monde](https://togithub.com/monde) in [https://github.com/okta/okta-management-openapi-spec/pull/146](https://togithub.com/okta/okta-management-openapi-spec/pull/146) - Added property `pkce_required` to the `ApplicationCredentialsOAuthClient` model by [@&#8203;monde](https://togithub.com/monde) in [https://github.com/okta/okta-management-openapi-spec/pull/145](https://togithub.com/okta/okta-management-openapi-spec/pull/145) - Added `uiSchemaId` property to the `ProfileEnrollmentPolicyRuleAction` model by [@&#8203;emanor-okta](https://togithub.com/emanor-okta) in [https://github.com/okta/okta-management-openapi-spec/pull/144](https://togithub.com/okta/okta-management-openapi-spec/pull/144) ##### Bug fixes - Corrected parameters order - `/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules` - `/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}` - By [@&#8203;monde](https://togithub.com/monde) [https://github.com/okta/okta-management-openapi-spec/pull/131](https://togithub.com/okta/okta-management-openapi-spec/pull/131) ### [`v2.14.0`](https://togithub.com/okta/okta-sdk-golang/blob/HEAD/CHANGELOG.md#v2140) [Compare Source](https://togithub.com/okta/okta-sdk-golang/compare/v2.13.0...v2.14.0) ##### Updates - Added property `inactivityPeriod` to `VerificationMethod` model [openapi-2.14.0](https://togithub.com/okta/okta-management-openapi-spec/releases/tag/openapi-2.14.0) - OAuth tokens are cached regardless of what request cache manager is utilized on the client. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
1 parent 829ec97 commit 271515b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/source/okta/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.19
44

55
require (
66
github.com/cloudquery/plugin-sdk v1.10.0
7-
github.com/okta/okta-sdk-golang/v2 v2.13.0
7+
github.com/okta/okta-sdk-golang/v2 v2.16.0
88
github.com/rs/zerolog v1.28.0
99
)
1010

plugins/source/okta/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ github.com/mattn/go-isatty v0.0.16 h1:bq3VjFmv/sOjHtdEhmkEV4x1AJtvUvOJ2PFAZ5+peK
151151
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
152152
github.com/mattn/go-runewidth v0.0.14 h1:+xnbZSEeDbOIg5/mE6JF0w6n9duR1l3/WmbinWVwUuU=
153153
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db h1:62I3jR2EmQ4l5rM/4FEfDWcRD+abF5XlKShorW5LRoQ=
154-
github.com/okta/okta-sdk-golang/v2 v2.13.0 h1:Z5fmqKcFqJCJ1GCRVezElYqUgeL+8jrPybO7nVJjAm0=
155-
github.com/okta/okta-sdk-golang/v2 v2.13.0/go.mod h1:aL3K0likfyLVapi33OsegX+KJf4c6SDapDhlUcXFEvk=
154+
github.com/okta/okta-sdk-golang/v2 v2.16.0 h1:wSiDZwZDU9t58I1b0xJcuy36NteU1I3cUis7xbn1FsA=
155+
github.com/okta/okta-sdk-golang/v2 v2.16.0/go.mod h1:dz30v3ctAiMb7jpsCngGfQUAEGm1/NsWT92uTbNDQIs=
156156
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
157157
github.com/patrickmn/go-cache v0.0.0-20180815053127-5633e0862627 h1:pSCLCl6joCFRnjpeojzOpEYs4q7Vditq8fySFG5ap3Y=
158158
github.com/patrickmn/go-cache v0.0.0-20180815053127-5633e0862627/go.mod h1:3Qf8kWWT7OJRJbdiICTKqZju1ZixQ/KpMGzzAfe6+WQ=

0 commit comments

Comments
 (0)