Skip to content

Commit

Permalink
Add embedded terraform core changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbertCherrie committed Mar 18, 2024
1 parent 34e4f88 commit 1af6b7e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/models/authentication.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,10 @@ def self.new(*args, &block)
RETRYABLE_STATUS = %w[error unreachable].freeze

CREDENTIAL_TYPES = {
:external_credential_types => 'ManageIQ::Providers::ExternalAutomationManager::Authentication',
:embedded_ansible_credential_types => 'ManageIQ::Providers::EmbeddedAnsible::AutomationManager::Credential',
:workflows_credential_types => 'ManageIQ::Providers::Workflows::AutomationManager::Credential'
:external_credential_types => 'ManageIQ::Providers::ExternalAutomationManager::Authentication',
:embedded_ansible_credential_types => 'ManageIQ::Providers::EmbeddedAnsible::AutomationManager::Credential',
:workflows_credential_types => 'ManageIQ::Providers::Workflows::AutomationManager::Credential',
:embedded_terraform_credential_types => 'ManageIQ::Providers::EmbeddedTerraform::AutomationManager::Credential'
}.freeze

# FIXME: To address problem with url resolution when displayed as a quadicon,
Expand Down

0 comments on commit 1af6b7e

Please sign in to comment.