Mike Mondragon

Results 14 issues of Mike Mondragon

Brings in go-vcr so we can have fast recordable/replayable acceptance tests. https://github.com/dnaeon/go-vcr

no-stalebot

Using this issue to gather suggestions for v5.0.0 of the provider which will occur sometime this year. Anything that is incompatible with v3.X.X / v4.X.X or incongruent with TF design...

enhancement

Last updated: 2022-05-25 We will be keeping the community up to date with our development roadmap for the Okta Terraform Provider in this sticky issue. Our priorities can be broken...

no-stalebot

Updating to golang version 1.19 WIP Apparently tfproviderlint has issues with golang 1.1.9 https://github.com/bflad/tfproviderlint/issues/255 Also seeing this on vet ``` make vet ==> Checking source code against go vet and...

When a `okta_app_signon_policy` resource is created its default rule (created on the Okta side) is a Catch-all allows all. As an operator, if I create an `okta_app_signon_policy` and a `okta_app_signon_policy_rule`...

enhancement
triaged
api-issue

It appears that the API call to `GET /api/v1/apps` is not permitted for non-admin users even if the OIDC native app has been granted `okta.apps.read` grant. Regardless of that `GET...

triaged

In M2M okta-aws-cli hard codes the IAM role session name to "okta-aws-cli" https://github.com/okta/okta-aws-cli/blob/master/internal/m2mauth/m2mauth.go#L126 Make this customizable for m2m operators to append meta info into the resulting IAM userId. Current: ```...

Need to update the README noting there is not device posture support in AWS Federation App / web SSO token at this time. Therefore it is not possible to achieve...

Currently the `Choose an IdP` only list AWS Fed App name and AWS ARN. Is it possible to also list the AWS Account name? Currently: ``` ? Choose an IdP:...

enhancement
triaged

WIP making GroupProfileMap Goroutine concurrent safe

stale