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 8a5150e
Show file tree
Hide file tree
Showing 2 changed files 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
Empty file removed data/git_repos/locks/.gitkeep
Empty file.

0 comments on commit 8a5150e

Please sign in to comment.