Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 4 Next »


Fiona-todo: update http collector to add a link to this page

This page is for ...

Overview

DEV-10937:

  • HTTP Datasources → Properties →  Secret Key Details
  • Datasource instances → Username/Password or Username Key/Password Key
  • HTTP Headers Properties → Basic Settings → Value (question)
  • HTTP collectors → URL expression or Statement Expression

sometimes need to provide authentication to an external site. In order to provide a username and/or password securely,

Configure 

  - a secret key, which defines the public name and points to

  - a local secret. This is a PhixFlow item that stores encrypted data in the PhixFlow database.


In order to provide a password securely:

  1. Create a local secret that contains the password
  2. Create a secret key that "points to" the local secret
  3. In the HTTP collector expression, specify the secret key name.                                                                                                                                                                                                                  

When you run analysis

PhixFlow then finds the secure credentials in the keystore and provides them to authenticate to the external site.

Property Pane Toolbar

For information about the toolbar options, see the Common Properties page, Toolbars and Controls section.

 Properties Tab

Parent Details

If this item is within or belongs to another, its parent name is shown here. See the Parent Details section on the Common Properties page for more details.

Local Secret

FieldDescription
KeyRead only. This key will match the key of the Secret Key.
SecretThe secret value that will be available in expressions where the Secret Key name is used.

Basic Settings

FieldDescription
NameEnter a name. You will use this name in expressions to refer to this key.
KeyRead only. PhixFlow generates a unique key value used to refer to the secret.
Enabled

  Tick to indicate you have completed the properties and the secret key is ready to use.

If ticked there will be a secret value corresponding to this key, which may be null.

 Untick means a reference to this secret key in an expression will fail.

SecretRead only. When the secret key has been saved, the secret can be edited.

Sections on this page

Learn More

For links to all pages in this topic, see Analysis Models for Batch Processing Data.


Terminology changes in progress

As part of the redesign of PhixFlow, we are changing the following terms:

dashboard → screen   
stream → table
stream attributes → attributes
stream item → record
stream set → recordset
stream view → view
stream item action → record-action 
stream action → table-action
driver class → database driver

  • No labels