Pro4TLZZ
Pro4TLZZ
2022.6.1 extension still same problem
I should mention I don't have this issue anymore now on macOS. I also use Linux as well so can't say the same for windows 10
Hopefully it's added to the golang SDK soon
> It looks like there's some mention of it: > > https://github.com/okta/okta-sdk-golang/blob/3bb2eb53d07eca8ebeb90ddac990a0da9e07b1a0/.generator/okta-management-APIs-oasv3-noEnums-inheritance.yaml#L5973 > > Also in the .net SDK: https://github.com/okta/okta-sdk-dotnet/blob/41ac3fde0b83b8eb0a708990cf843b119fa18dc5/docs/DeviceAssuranceApi.md > > And in this repo: > > https://github.com/okta/terraform-provider-okta/blob/6c88ddaf60648fb8cb3e4d702a1ffba2ea96e3c8/okta/internal/apimutex/rate_limit_lines.go#L348-L352 That...
> Same issue with `okta_policy_password` resource as well. > >  if you don't use any parallelism and destroy everything and then try again does it work?
Has anyone done a SNMP walk with this?
used this and it works https://www.zabbix.com/forum/zabbix-help/434565-monitoring-fortigate-vpn-tunnels
> @lucascantor it should be. Thanks for mentioning it Hi @duytiennguyen-okta is there an update on a new provider update? There hasn't been one created yet and it's impacting us.
> Hi @mvught, It keeps failing on Sonoma. > > `sh-3.2# sh /Users/UserA/Desktop/dockItems.sh Dockutil version = 3.0.2 clean-out the Dock adding /Applications/Slack.app /Users/UserA/Desktop/dockItems.sh: line 19: 37174 Trace/BPT trap: 5 launchctl...
@das197 Try something like this ```bash dockutil="/usr/local/bin/dockutil" LOGGEDINUSER=$(stat -f '%Su' /dev/console) uid=$(id -u "${LOGGEDINUSER}") runAsUser() { if [[ "${LOGGEDINUSER}" != "loginwindow" ]]; then launchctl asuser "$uid" sudo -u "${LOGGEDINUSER}" "$@"...