Index

server/app.ts

app
Default value : express()
server
Default value : http.createServer(app)

src/app/app-routing.module.ts

AppRoutingModule
Type : ModuleWithProviders<RouterModule>
Default value : RouterModule.forRoot(HELIX_ROUTES, { relativeLinkResolution: 'legacy' })

src/app/workflow/workflow-list/workflow-list.stories.ts

clusterName
Type : string
Default value : 'cluster1'
Default
Default value : Template.bind({})
Empty
Default value : Template.bind({})
Loading
Default value : Template.bind({})
Template
Type : Story
Default value : (args: any) => ({ props: { ...args, }, template: ` <div>Workflow List</div> <span>There's no workflow here.</span> <hi-workflow-list [workflowRows]="workflowRows" [clusterName]="clusterName" [isLoading]="isLoading"></hi-workflow-list> <router-outlet></router-outlet> `, })
workflowRows
Type : []
Default value : [{ name: 'workflow1' }]

server/config.example.ts

CUSTOM_IDENTITY_TOKEN_REQUEST_BODY
Type : any
Default value : {}

Any custom object that you would like to include in the body of the request to your custom identity source.

HELIX_ENDPOINTS
Type : object
Default value : { helix: [ { default: 'http://localhost:8100/admin/v2', }, ], }
IDENTITY_TOKEN_SOURCE
Type : string | undefined
Default value : undefined

The url of your Identity Token API. This an API that should expect LDAP credentials and if the LDAP credentials are valid respond with a unique token of some kind.

LDAP
Type : object
Default value : { uri: 'ldap://example.com', base: 'DC=example,DC=com', principalSuffix: '@example.com', adminGroup: 'admin', }
SESSION_STORE
Default value : undefined
SSL
Type : object
Default value : { port: 0, keyfile: '', certfile: '', passfile: '', cafiles: [], }
TOKEN_EXPIRATION_KEY
Type : string
Default value : 'expires'

This is the key that helix-front uses to access the token expiration datetime

TOKEN_RESPONSE_KEY
Type : string
Default value : 'token'

This is the key that helix-front uses to access the token itself from the custom identity token response sent by your Identity Token API.

server/config.ts

CUSTOM_IDENTITY_TOKEN_REQUEST_BODY
Type : any
Default value : {}

Any custom object that you would like to include in the body of the request to your custom identity source.

HELIX_ENDPOINTS
Type : object
Default value : { helix: [ { default: 'http://localhost:8100/admin/v2', }, ], }
IDENTITY_TOKEN_SOURCE
Type : string | undefined
Default value : undefined

The url of your Identity Token API. This an API that should expect LDAP credentials and if the LDAP credentials are valid respond with a unique token of some kind.

LDAP
Type : object
Default value : { uri: 'ldap://example.com', base: 'DC=example,DC=com', principalSuffix: '@example.com', adminGroup: 'admin', }
SESSION_STORE
Default value : undefined
SSL
Type : object
Default value : { port: 0, keyfile: '', certfile: '', passfile: '', cafiles: [], }
TOKEN_EXPIRATION_KEY
Type : string
Default value : 'expires'

This is the key that helix-front uses to access the token expiration datetime

TOKEN_RESPONSE_KEY
Type : string
Default value : 'token'

This is the key that helix-front uses to access the token itself from the custom identity token response sent by your Identity Token API.

src/app/shared/dialog/confirm-dialog/confirm-dialog.stories.ts

Delete
Default value : Template.bind({})
Template
Type : Story
Default value : (args) => ({ component: ConfirmDialogTestComponent, template: `<hi-confirm-dialog-test [data]="data"></hi-confirm-dialog-test>`, props: { ...args, }, })

src/environments/environment.prod.ts

environment
Type : object
Default value : { production: true, }

src/environments/environment.ts

environment
Type : object
Default value : { production: false, piwik: { url: '//vxu-ld1.linkedin.biz/piwik/', id: '3', }, }

src/testing/stubs.ts

HelperServiceStub
Type : object
Default value : { showError: (message: string) => {}, showSnackBar: (message: string) => {}, showConfirmation: (message: string): Promise<boolean> => new Promise<boolean>((f) => f(false)), }

src/app/shared/state-label/state-label.stories.ts

Leader
Default value : Template.bind({})
Offline
Default value : Template.bind({})
Standby
Default value : Template.bind({})
Template
Type : Story
Default value : (args: any) => ({ props: { ...args, }, template: ` <hi-state-label [state]="state" [isReady]="isReady"></hi-state-label> `, })

results matching ""

    No results matching ""