Anton Mostovoy
Anton Mostovoy
I am seeing issue similar to https://github.com/okta/terraform-provider-okta/issues/1008 * getting rate limit warning for `/api/v1/apps*` and seeing `/api/v1/apps//users?limit=200` in `uri` in the Okta log debug data. * we have 49 okta_app_oauth...
adding `skip_groups` to our 49 `okta_app_oauth` resources seems to have done the trick! Thank you very much for the suggestion!
Unfortunately, it seems that when I tested it (twice!) on Friday, I got lucky (i am guessing the requests got split between two rate limit intervals). So, the warning is...
Okta support pointed me to https://registry.terraform.io/providers/oktadeveloper/okta/latest/docs#max_api_capacity and it seems to have worked!
adding `"-Ddd.instrumentation.telemetry.enabled=false"` to `:jvm-opts` also works.
it is reproducible. ```base # lein version Leiningen 2.10.0 on Java 17.0.7 OpenJDK 64-Bit Server VM ``` on macOS 13.6.3
> You should be able to persist your secret to state using okta_app_oauth.omit_secret >[omit_secret](https://registry.terraform.io/providers/okta/okta/latest/docs/resources/app_oauth#omit_secret) - (Optional) This tells the provider not manage the client_secret value in state. When this is...
Not happening any more for me! Thank you for fixing!