Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing credentials_sheme in okta_app_swa #443

Closed
dsalaza4 opened this issue Apr 23, 2021 · 3 comments · Fixed by #446
Closed

Missing credentials_sheme in okta_app_swa #443

dsalaza4 opened this issue Apr 23, 2021 · 3 comments · Fixed by #446
Assignees
Labels
enhancement Asking for new behavior or feature

Comments

@dsalaza4
Copy link

dsalaza4 commented Apr 23, 2021

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Resource okta_app_swa does not support parameters for shared passwords:

  1. credentials_scheme.
  2. shared_username.
  3. shared_password.

Is it possible to add these attributes so one can create swa apps with SHARED_USERNAME_AND_PASSWORD?

New or Affected Resource(s)

  1. okta_app_swa

Potential Terraform Configuration

N/A

References

  1. https://registry.terraform.io/providers/oktadeveloper/okta/latest/docs/resources/app_swa#argument-reference
@dsalaza4 dsalaza4 added the enhancement Asking for new behavior or feature label Apr 23, 2021
@bogdanprodan-okta
Copy link
Contributor

bogdanprodan-okta commented Apr 26, 2021

Hi, @dsalaza4! Thanks for submitting this issue! If these fields are present in the official SDK, I'll add them shortly.

I think this requires creating a new resource for https://developer.okta.com/docs/reference/api/apps/#set-swa-shared-credentials in the provider.

@dsalaza4
Copy link
Author

That would work too. Though, to be honest, it's kinda weird that other resources support it directly and this one does not. Thank you very much for your time!

@bogdanprodan-okta
Copy link
Contributor

That would work too. Though, to be honest, it's kinda weird that other resources support it directly and this one does not. Thank you very much for your time!

No problem!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Asking for new behavior or feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants