William Price
William Price
Is it necessary to make separate (e.g. `scan` and `rxScan`) properties? Could you determine an entry in the list is intended to be a regular expression by some convention (e.g....
Please consider swapping out the hostname verification step optional. Better yet, allow the user to upload the specific certificate to be trusted rather than just trusting any/everything.
Maybe this will help... I recently upgraded a project to Gradle >= 4.2 from 3.2.x as a part of a migration toward JDK9. I had to use plugin 0.4.5-beta-2 to...
I had to go up to Gradle 4.3.1 and plugin 0.4.5-beta-2 to run on Windows.
Curious... why use fall through to a new case instead of adding an explicit `break;` ?
I understand, but I noticed quite a few cases that fall-through to cases that _only_ `break;` and do nothing else. I was just about to edit my post because the...
> I hope the broader Okta team(s) can prioritize these API gaps, so the provider team can move the provider over to using better supported API endpoints +1. I have...
Nice to have: Why make the configuration repeat the `enum` values inside the `one_of`? I know this is how the API is currently structured, but in TF it would be...
As of version 2024.02.01, empty/blank strings as the `const` value in an enum choice are permitted by the UI. They were previously only supported by the API.
@MikeMondragon-okta or @monde can this bug be reopened? I'm having a similar issue where ``` resource "okta_policy_password_default" "default" { } ``` grabs the Active Directory password policy and not the...