CredentialType

Credential Type

  • Administration - Credential Types

Github App

  • Input Configuration

fields:
  - id: github_app_id
    type: string
    label: GitHub App ID
  - id: github_app_installation_id
    type: string
    label: GitHub App Installation ID
  - id: github_app_private_key
    type: string
    label: GitHub App Private Key
    secret: true
    multiline: true
required:
  - github_app_id
  - github_app_installation_id
  - github_app_private_key
  • Injector Configuration

  • To use it:

    • Resources > Credentials > New Credentials, then select the credential type that was created earlier

    • Fill in required field such as Github App ID, GitHub App Installation ID and GitHub Private Key in this example

Sample Ansible playbook that use above Github App Credential

  • The following variables must be defined

Resource

  • https://docs.ansible.com/ansible-tower/latest/html/userguide/credential_types.html#getting-started-with-credential-types

Last updated