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

Add platform_httpsso_settings resource #183

Closed
goodtune opened this issue Dec 18, 2024 · 1 comment · Fixed by #185
Closed

Add platform_httpsso_settings resource #183

goodtune opened this issue Dec 18, 2024 · 1 comment · Fixed by #185
Assignees
Labels
enhancement Automatically generated release notes

Comments

@goodtune
Copy link

Is your feature request related to a problem? Please describe.

I need to configure the HTTP SSO settings for my Edge instances, and presently that is either manually or via a Python script.

Describe the solution you'd like

A resource similar in nature to the platform_saml_settings.

resource "platform_httpsso_settings" "this" {
  http_sso_proxied             = true
  auto_create_user             = false
  allow_user_to_access_profile = false
  remote_user_request_variable = "REMOTE_USER"
  sync_ldap_groups             = true
}

Describe alternatives you've considered

A Python script that I run on every deployment to bash my configuration into shape.

Additional context

https://jfrog.com/help/r/jfrog-rest-apis/get-http-sso-settings

@alexhung
Copy link
Member

@goodtune Thanks for the suggestion! I've added this to our plan.

@alexhung alexhung added the enhancement Automatically generated release notes label Dec 19, 2024
alexhung added a commit that referenced this issue Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Automatically generated release notes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants