Uploaded image for project: 'Puppet'
  1. Puppet
  2. PUP-9994

External/Extended trusted data

    XMLWordPrintable

Details

    • Improvement
    • Status: Resolved
    • Normal
    • Resolution: Fixed
    • None
    • PUP 6.11.0
    • None
    • Coremunity
    • Platform Core KANBAN
    • Enhancement
    • Hide
      Use the `trusted_external_command` to add trusted facts from an external source during catalog compilation.
      The value for `trusted_external_command` is a path to an executable command that can produce external trusted facts. The command must:
      - Take the name of a node as a command-line argument.
      - Return a JSON hash with the external trusted facts for this node.
      - Exit with a non-zero exit code for unknown or invalid nodes.
      Show
      Use the `trusted_external_command` to add trusted facts from an external source during catalog compilation. The value for `trusted_external_command` is a path to an executable command that can produce external trusted facts. The command must: - Take the name of a node as a command-line argument. - Return a JSON hash with the external trusted facts for this node. - Exit with a non-zero exit code for unknown or invalid nodes.
    • Needs Assessment

    Description

      To facilitate enhancing catalog compilation with external trusted data from third parties (i.e. not the ENC or the agent), this change adds data to $trusted['external']. The data gets loaded from via calling a script that needs to return JSON, similar to how the autosign command works.

      This is an experimental feature.

      Attachments

        Activity

          People

            josh Josh Cooper
            david.schmitt David Schmitt
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Zendesk Support