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

PXE server credential validation endpoint #926

Open
skateman opened this issue Oct 18, 2020 · 0 comments
Open

PXE server credential validation endpoint #926

skateman opened this issue Oct 18, 2020 · 0 comments

Comments

@skateman
Copy link
Member

There's no endpoint for validating PXE server credentials. This is how it's done currently in the UI:

  def pxe_server_async_cred_validation
    begin
      PxeServer.verify_depot_settings(params[:pxe])
    rescue StandardError => bang
      render :json => {:status => 'error', :message => _("Error during 'Validate': %{error_message}") % {:error_message => bang.message}}
    end

    render :json => {:status => 'success', :message => _('PXE Credentials successfuly validated')}
  end

@miq-bot add_label help wanted

lfu added a commit to lfu/manageiq that referenced this issue Feb 4, 2021
lfu added a commit to lfu/manageiq that referenced this issue Feb 4, 2021
lfu added a commit to lfu/manageiq that referenced this issue Feb 5, 2021
lfu added a commit to lfu/manageiq-api that referenced this issue Feb 23, 2021
lfu added a commit to lfu/manageiq-api that referenced this issue Feb 24, 2021
lfu added a commit to lfu/manageiq-api that referenced this issue Feb 24, 2021
lfu added a commit to lfu/manageiq that referenced this issue Feb 24, 2021
lfu added a commit to lfu/manageiq that referenced this issue Mar 1, 2021
lfu added a commit to lfu/manageiq-api that referenced this issue Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants