1. Packages
  2. SignalFx
  3. Installation & Configuration
SignalFx v7.1.3 published on Wednesday, Apr 24, 2024 by Pulumi

SignalFx: Installation & Configuration

signalfx logo
SignalFx v7.1.3 published on Wednesday, Apr 24, 2024 by Pulumi

    The Pulumi SignalFx provider uses the SignalFx SDK to manage and provision resources.

    Installation

    The SignalFx provider is available as a package in all Pulumi languages:

    Configuring Credentials

    Pulumi relies on the SignalFx SDK to authenticate requests from your computer to SignalFx. Your credentials are never sent to pulumi.com. The Pulumi SignalFx Provider needs to be configured with SignalFx credentials before it can be used to create resources.

    Once the credentials are obtained, there are two ways to communicate your authorization tokens to Pulumi:

    1. Set the environment variables SFX_AUTH_TOKEN:

      $ export SFX_AUTH_TOKEN=XXXXXXXXXXXXXX
      
    2. Set them using configuration, if you prefer that they be stored alongside your Pulumi stack for easy multi-user access:

      $ pulumi config set signalfx:authToken XXXXXXXXXXXXXX --secret
      

    Remember to pass --secret when setting signalfx:authToken so that it is properly encrypted. The complete list of configuration parameters is in the SignalFx provider README.

    signalfx logo
    SignalFx v7.1.3 published on Wednesday, Apr 24, 2024 by Pulumi