Skip to content

Commit 99c0ba1

Browse files
authored
Upgrade terraform-provider-okta to v6.5.3 (#1055)
This PR was generated via `$ upgrade-provider pulumi/pulumi-okta --kind=provider --target-bridge-version=latest --target-version=6.5.3 --allow-missing-docs=true`. --- - Upgrading terraform-provider-okta from 6.5.2 to 6.5.3. Fixes #1054
2 parents 81aa42c + 1d639dc commit 99c0ba1

File tree

109 files changed

+8380
-284
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+8380
-284
lines changed

patches/0001-ensure-patch.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Subject: [PATCH] ensure patch
55

66

77
diff --git a/go.mod b/go.mod
8-
index ca376f34..79d23535 100644
8+
index 7d4417af..6610910e 100644
99
--- a/go.mod
1010
+++ b/go.mod
1111
@@ -1,4 +1,4 @@

provider/cmd/pulumi-resource-okta/bridge-metadata.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -856,6 +856,9 @@
856856
"current": "okta:policy/mfa:Mfa",
857857
"majorVersion": 6,
858858
"fields": {
859+
"custom_app": {
860+
"maxItemsOne": false
861+
},
859862
"external_idps": {
860863
"maxItemsOne": false
861864
},
@@ -868,6 +871,9 @@
868871
"current": "okta:index/policyMfaDefault:PolicyMfaDefault",
869872
"majorVersion": 6,
870873
"fields": {
874+
"custom_app": {
875+
"maxItemsOne": false
876+
},
871877
"external_idps": {
872878
"maxItemsOne": false
873879
}
@@ -1218,6 +1224,19 @@
12181224
}
12191225
}
12201226
},
1227+
"okta_ui_schema": {
1228+
"current": "okta:index/uiSchema:UiSchema",
1229+
"majorVersion": 6,
1230+
"fields": {
1231+
"ui_schema": {
1232+
"fields": {
1233+
"elements": {
1234+
"maxItemsOne": false
1235+
}
1236+
}
1237+
}
1238+
}
1239+
},
12211240
"okta_user": {
12221241
"current": "okta:user/user:User",
12231242
"majorVersion": 6,
@@ -2060,6 +2079,19 @@
20602079
}
20612080
}
20622081
},
2082+
"okta_ui_schema": {
2083+
"current": "okta:index/getUiSchema:getUiSchema",
2084+
"majorVersion": 6,
2085+
"fields": {
2086+
"ui_schema": {
2087+
"fields": {
2088+
"elements": {
2089+
"maxItemsOne": false
2090+
}
2091+
}
2092+
}
2093+
}
2094+
},
20632095
"okta_user": {
20642096
"current": "okta:user/getUser:getUser",
20652097
"majorVersion": 6,
@@ -2239,6 +2271,7 @@
22392271
"okta:index/theme:Theme": 0,
22402272
"okta:index/threatInsightSettings:ThreatInsightSettings": 0,
22412273
"okta:index/trustedServer:TrustedServer": 1,
2274+
"okta:index/uiSchema:UiSchema": 1,
22422275
"okta:index/userAdminRoles:UserAdminRoles": 0,
22432276
"okta:index/userBaseSchemaProperty:UserBaseSchemaProperty": 0,
22442277
"okta:index/userFactorQuestion:UserFactorQuestion": 0,
@@ -2335,6 +2368,7 @@
23352368
"okta:index/getTheme:getTheme": 0,
23362369
"okta:index/getThemes:getThemes": 0,
23372370
"okta:index/getTrustedOrigins:getTrustedOrigins": 0,
2371+
"okta:index/getUiSchema:getUiSchema": 1,
23382372
"okta:index/getUserSecurityQuestions:getUserSecurityQuestions": 0,
23392373
"okta:policy/getDefaultPolicy:getDefaultPolicy": 0,
23402374
"okta:policy/getPolicy:getPolicy": 0,

provider/cmd/pulumi-resource-okta/schema.json

Lines changed: 334 additions & 12 deletions
Large diffs are not rendered by default.

provider/go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1768,8 +1768,6 @@ github.com/goccy/go-json v0.10.5 h1:Fq85nIqj+gXn/S5ahsiTlK3TmC85qgirsdTP/+DeaC4=
17681768
github.com/goccy/go-json v0.10.5/go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M=
17691769
github.com/goccy/go-yaml v1.9.8/go.mod h1:JubOolP3gh0HpiBc4BLRD4YmjEjHAmIIB2aaXKkTfoE=
17701770
github.com/goccy/go-yaml v1.11.0/go.mod h1:H+mJrWtjPTJAHvRbV09MCK9xYwODM+wRTVFFTWckfng=
1771-
github.com/goccy/go-yaml v1.18.0 h1:8W7wMFS12Pcas7KU+VVkaiCng+kG8QiFeFwzFb+rwuw=
1772-
github.com/goccy/go-yaml v1.18.0/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
17731771
github.com/godbus/dbus/v5 v5.0.3/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
17741772
github.com/godbus/dbus/v5 v5.0.6/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
17751773
github.com/gofrs/uuid v4.2.0+incompatible h1:yyYWMnhkhrKwwr8gAOcOCYxOOscHgDS9yZgBrnJfGa0=
@@ -2048,8 +2046,8 @@ github.com/hashicorp/terraform-plugin-mux v0.21.0/go.mod h1:Qpt8+6AD7NmL0DS7ASkN
20482046
github.com/hashicorp/terraform-plugin-sdk v1.7.0 h1:B//oq0ZORG+EkVrIJy0uPGSonvmXqxSzXe8+GhknoW0=
20492047
github.com/hashicorp/terraform-plugin-sdk v1.7.0/go.mod h1:OjgQmey5VxnPej/buEhe+YqKm0KNvV3QqU4hkqHqPCY=
20502048
github.com/hashicorp/terraform-plugin-test v1.2.0/go.mod h1:QIJHYz8j+xJtdtLrFTlzQVC0ocr3rf/OjIpgZLK56Hs=
2051-
github.com/hashicorp/terraform-plugin-testing v1.13.3 h1:QLi/khB8Z0a5L54AfPrHukFpnwsGL8cwwswj4RZduCo=
2052-
github.com/hashicorp/terraform-plugin-testing v1.13.3/go.mod h1:WHQ9FDdiLoneey2/QHpGM/6SAYf4A7AZazVg7230pLE=
2049+
github.com/hashicorp/terraform-plugin-testing v1.14.0 h1:5t4VKrjOJ0rg0sVuSJ86dz5K7PHsMO6OKrHFzDBerWA=
2050+
github.com/hashicorp/terraform-plugin-testing v1.14.0/go.mod h1:1qfWkecyYe1Do2EEOK/5/WnTyvC8wQucUkkhiGLg5nk=
20532051
github.com/hashicorp/terraform-registry-address v0.4.0 h1:S1yCGomj30Sao4l5BMPjTGZmCNzuv7/GDTDX99E9gTk=
20542052
github.com/hashicorp/terraform-registry-address v0.4.0/go.mod h1:LRS1Ay0+mAiRkUyltGT+UHWkIqTFvigGn/LbMshfflE=
20552053
github.com/hashicorp/terraform-svchost v0.0.0-20191011084731-65d371908596/go.mod h1:kNDNcF7sN4DocDLBkQYz73HGKwN1ANB1blq4lIYLYvg=
@@ -2733,6 +2731,8 @@ go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee/go.mod h1:vJERXedbb3MVM5f9E
27332731
go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q=
27342732
go.uber.org/zap v1.13.0/go.mod h1:zwrFLgMcdUuIBviXEYEH1YKNaOBnKXsx2IPda5bBwHM=
27352733
go.uber.org/zap v1.16.0/go.mod h1:MA8QOfq0BHJwdXa996Y4dYkAqRKB8/1K1QMMZVaNZjQ=
2734+
go.yaml.in/yaml/v4 v4.0.0-rc.3 h1:3h1fjsh1CTAPjW7q/EMe+C8shx5d8ctzZTrLcs/j8Go=
2735+
go.yaml.in/yaml/v4 v4.0.0-rc.3/go.mod h1:aZqd9kCMsGL7AuUv/m/PvWLdg5sjJsZ4oHDEnfPPfY0=
27362736
gocloud.dev v0.37.0 h1:XF1rN6R0qZI/9DYjN16Uy0durAmSlf58DHOcb28GPro=
27372737
gocloud.dev v0.37.0/go.mod h1:7/O4kqdInCNsc6LqgmuFnS0GRew4XNNYWpA44yQnwco=
27382738
gocloud.dev/secrets/hashivault v0.37.0 h1:5ehGtUBP29DFAgAs6bPw7fVSgqQ3TxaoK2xVcLp1x+c=
@@ -3872,8 +3872,8 @@ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntN
38723872
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
38733873
gopkg.in/cheggaaa/pb.v1 v1.0.25/go.mod h1:V/YB90LKu/1FcN3WVnfiiE5oMCibMjukxqG/qStrOgw=
38743874
gopkg.in/cheggaaa/pb.v1 v1.0.27/go.mod h1:V/YB90LKu/1FcN3WVnfiiE5oMCibMjukxqG/qStrOgw=
3875-
gopkg.in/dnaeon/go-vcr.v4 v4.0.5 h1:I0hpTIvD5rII+8LgYGrHMA2d4SQPoL6u7ZvJakWKsiA=
3876-
gopkg.in/dnaeon/go-vcr.v4 v4.0.5/go.mod h1:dRos81TkW9C1WJt6tTaE+uV2Lo8qJT3AG2b35+CB/nQ=
3875+
gopkg.in/dnaeon/go-vcr.v4 v4.0.6 h1:PiJkrakkmzc5s7EfBnZOnyiLwi7o7A9fwPzN0X2uwe0=
3876+
gopkg.in/dnaeon/go-vcr.v4 v4.0.6/go.mod h1:sbq5oMEcM4PXngbcNbHhzfCP9OdZodLhrbRYoyg09HY=
38773877
gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI=
38783878
gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys=
38793879
gopkg.in/gcfg.v1 v1.2.3/go.mod h1:yesOnuUOFQAhST5vPY4nbZsb/huCgGGXlipJsBn0b3o=

provider/resources.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,13 @@ func Provider() tfbridge.ProviderInfo {
268268
"pulumi-okta",
269269
"https://github.com/pulumi/pulumi-okta"),
270270
},
271+
"okta_ui_schema": {
272+
Fields: map[string]*tfbridge.SchemaInfo{
273+
"ui_schema": {
274+
CSharpName: "UiSchemaName",
275+
},
276+
},
277+
},
271278
},
272279
DataSources: map[string]*tfbridge.DataSourceInfo{
273280
// App DataSources

sdk/dotnet/Authenticator.cs

Lines changed: 54 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)