Skip to content

Commit

Permalink
Add Credential and ScmCredential
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Feb 13, 2024
1 parent a894908 commit e93f8b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
class ManageIQ::Providers::EmbeddedTerraform::AutomationManager::Credential < ManageIQ::Providers::EmbeddedAutomationManager::Authentication
end
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class ManageIQ::Providers::EmbeddedTerraform::AutomationManager::ScmCredential < ManageIQ::Providers::EmbeddedTerraform::AutomationManager::Credential
include ManageIQ::Providers::EmbeddedAutomationManager::ScmCredentialMixin

FRIENDLY_NAME = "Embedded Terraform SCM Credential".freeze
end

0 comments on commit e93f8b8

Please sign in to comment.