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

Support setting auto launch for bookmark apps (okta_app_bookmark) #2115

Open
sinha-abhi opened this issue Oct 25, 2024 · 1 comment
Open
Labels
api-parity Update resource to match current API enhancement Asking for new behavior or feature triaged Triaged into internal Jira

Comments

@sinha-abhi
Copy link

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

Support setting autoLaunch for bookmark apps -- currently the Okta provider doesn't support setting autoLaunch: true (using version 4.11.0). This is supported by the Okta API: https://developer.okta.com/docs/api/openapi/okta-management/management/tag/Application/#tag/Application/operation/createApplication!path=2/visibility/autoLaunch&t=request.

New or Affected Resource(s)

  • okta_app_bookmark

Potential Terraform Configuration

resource "okta_app_bookmark" "my_bookmark_app" {
  label       = "My Bookmark App"
  url         = "https://www.my.bookmark.com/"
  status      = "ACTIVE"
  auto_launch = true
}

References

@sinha-abhi sinha-abhi added the enhancement Asking for new behavior or feature label Oct 25, 2024
@duytiennguyen-okta duytiennguyen-okta added api-parity Update resource to match current API triaged Triaged into internal Jira labels Oct 29, 2024
@duytiennguyen-okta
Copy link
Contributor

OKTA internal reference https://oktainc.atlassian.net/browse/OKTA-824512

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-parity Update resource to match current API enhancement Asking for new behavior or feature triaged Triaged into internal Jira
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants