Found 611 results for "docker configuration encrypting-properties"

The search executed in 0.001893979 seconds. That's fast.

Gitana / 4.0 / Data Engine / Aspects / Geolocation

Geolocation QName: f:geolocation Indicates that this node supports geolocation properties. This feature provisions the node with a loc property that contains two sub-properties - lat and long. { "properties": { "loc": { "type": "object", "title": "Geolocation Details", "properties": { "lat": { "type":"number", "title": "Latitude", "minimum": -180, "maxim

Score: 0.7289269

Gitana / 4.0 / Data Engine / Deployment / Deployment Handlers / Remote Deployment Handler

Remote Deployment Handler Handles the deployment of one or more Deployment Packages to a remote Deployment Receiver. Where: url is the URL of the target Cloud CMS API server receiverId is the ID of the receiver on the target Cloud CMS API server In addition, you should provide the API keys of the user who the Remote Deployment Handler will authenticate as. clientKey clientSecret username password Configuration { "url": "{url}", "clientKey": "{clientKey}", "clientSecret": "{clientSecr

Score: 0.7289269

Gitana / 4.0 / Data Engine / Integrations / Okta

Okta Okta provides cloud software that helps companies manage and secure user authentication into modern applications, and for developers to build identity controls into applications, website web services and into devices. Okta plays the role of an Identity Provider that speaks SAML 2.0 and/or JWT. Cloud CMS integrates via either of these mechanism and can therefore integrate to Okta straight away as an identity provider. Cloud CMS provides Single Sign On (SSO) Enterprise support for a variety o

Score: 0.7289269

Gitana / 4.0 / Data Engine / Services / Narration / Narration Providers / AWS Polly

AWS Polly Handles the generation of a Narration audio file for textual content using the AWS Polly Narration Service. The AWS Polly Service is described by: accessKey secretKey region bucketName Where the accessKey and secretKey are used to identify an IAM principal who has sufficient authority to invoke AWS Polly within the given region. In addition, the IAM principal needs sufficient authorities to read, write and delete an S3 object from the given S3 bucket (identified by bucketName) within

Score: 0.7289269

Gitana / 4.0 / Data Engine / Services / Optical Character Recognition / OCR Providers / AWS Textract

AWS Textract Handles the Optical Character Recognition detection and analysis of characters in a binary payload using the Amazon Web Services Textract Service. The AWS Textract Service is described by: accessKey secretKey region bucketName Where the accessKey and secretKey are used to identify an IAM principal who has sufficient authority to invoke AWS Textract within the given region. In addition, the IAM principal needs sufficient authorities to read, write and delete an S3 object from the gi

Score: 0.7289269

Gitana / 4.0 / Data Engine / Services / Recognition / Recognition Providers / AWS Rekognition

AWS Rekognition Handles the Image Recognition detection and analysis of elements in a binary payload using the Amazon Web Service Rekognition Service. The AWS Rekognition Service is described by: accessKey secretKey region bucketName Where the accessKey and secretKey are used to identify an IAM principal who has sufficient authority to invoke AWS Rekognition within the given region. In addition, the IAM principal needs sufficient authorities to read, write and delete an S3 object from the given

Score: 0.7289269

Gitana / 4.0 / Data Engine / Services / Transcription / Transcription Providers / AWS Transcribe

AWS Transcribe Handles the generation of a Transcription text file for audio content using the AWS Transcribe Service. The AWS Transcribe Service is described by: accessKey secretKey region bucketName Where the accessKey and secretKey are used to identify an IAM principal who has sufficient authority to invoke AWS Transcribe within the given region. In addition, the IAM principal needs sufficient authorities to read, write and delete an S3 object from the given S3 bucket (identified by bucketNa

Score: 0.7289269

Gitana / 3.2 / Guide / Guide / Actions / Logger

Logger ID: logger Writes to the tenant log. Configuration public final static String PARAM_MESSAGE = "message"; // mandatory public final static String PARAM_LOG_LEVEL = "logLevel"; // optional // values public final static String LOG_LEVEL_INFO = "info"; public final static String LOG_LEVEL_DEBUG = "debug"; public final static String LOG_LEVEL_WARN = "warn"; public final static String LOG_LEVEL_ERROR = "error"; public final static String LOG_LEVEL_FATAL = "fatal"; public final static String LO

Score: 0.72110975

Gitana / 3.2 / Guide / Guide / Actions / Move Node

Move Node ID: moveNode Moves a source association into a new location in the content graph. The association is unlinked from its source node and linked to the target parent node. The association type and properties are preserved. Configuration Property Type Required Default Description repositoryId text true The ID of the repository of the source association. branchId text true The ID of the branch of the source association. nodeId text true The ID of the source association. targetRepositoryId t

Score: 0.72110975

Gitana / 3.2 / Guide / Guide / Access Policies / Conditions / Changeset

Changeset This section describes features that are coming in 4.0 The changeset condition allows you to constrain a policy statement so that it applies to nodes and/or associations that are written onto a matching changeset. The changeset can be matched using its ID (_doc). This condition supports regular expressions, allowing you to focus in on a single value or wildcard expressions for matches. Configuration To match a changeset by ID: { "type": "changeset", "config": { "id": "{

Score: 0.72110975

Gitana / 3.2 / Guide / Guide / Access Policies / Conditions / Locale

Locale This section describes features that are coming in 4.0 The locale condition allows you to constrain a policy statement so that it applies to content nodes that have a matching locale. This condition supports regular expressions, allowing you to focus in on a single path, sub paths or arbitrary matching path structures. Configuration { "type": "locale", "config": { "locale": "{value regex}" } } Samples This policy document grants the Consumer role to all content with l

Score: 0.72110975

Gitana / 4.0 / Data Engine / Behaviors / Actions / Logger

Logger ID: logger Writes to the tenant log. Configuration public final static String PARAM_MESSAGE = "message"; // mandatory public final static String PARAM_LOG_LEVEL = "logLevel"; // optional // values public final static String LOG_LEVEL_INFO = "info"; public final static String LOG_LEVEL_DEBUG = "debug"; public final static String LOG_LEVEL_WARN = "warn"; public final static String LOG_LEVEL_ERROR = "error"; public final static String LOG_LEVEL_FATAL = "fatal"; public final static String LO

Score: 0.72110975

Gitana / 4.0 / Data Engine / Behaviors / Actions / Move Node

Move Node ID: moveNode Moves a source association into a new location in the content graph. The association is unlinked from its source node and linked to the target parent node. The association type and properties are preserved. Configuration Property Type Required Default Description repositoryId text true The ID of the repository of the source association. branchId text true The ID of the branch of the source association. nodeId text true The ID of the source association. targetRepositoryId t

Score: 0.72110975

Gitana / 4.0 / Data Engine / Security / Access Policies / Conditions / Changeset

Changeset This section describes features that are coming in 4.0 The changeset condition allows you to constrain a policy statement so that it applies to nodes and/or associations that are written onto a matching changeset. The changeset can be matched using its ID (_doc). This condition supports regular expressions, allowing you to focus in on a single value or wildcard expressions for matches. Configuration To match a changeset by ID: { "type": "changeset", "config": { "id": "{

Score: 0.72110975

Gitana / 4.0 / Data Engine / Security / Access Policies / Conditions / Locale

Locale This section describes features that are coming in 4.0 The locale condition allows you to constrain a policy statement so that it applies to content nodes that have a matching locale. This condition supports regular expressions, allowing you to focus in on a single path, sub paths or arbitrary matching path structures. Configuration { "type": "locale", "config": { "locale": "{value regex}" } } Samples This policy document grants the Consumer role to all content with l

Score: 0.72110975

Gitana / 3.2 / Guide / Guide / Authentication

Authentication Cloud CMS supports authentication via the industry standard OAuth 2.0 protocol. OAuth 2.0 is a well-recognized standard that enables client code to connect to Cloud CMS in a secure and safe fashion. This means that authorization can be achieved in such a way that client and user credentials (secret keys) are never publicly exposed. Channel-level encryption is provided by HTTPS and HTTP POST payloads are utilized to avoid exposure of credentials via request parameters or logging fa

Score: 0.71984816

Gitana / 4.0 / Data Engine / Authentication / Overview

Authentication Cloud CMS supports authentication via the industry standard OAuth 2.0 protocol. OAuth 2.0 is a well-recognized standard that enables client code to connect to Cloud CMS in a secure and safe fashion. This means that authorization can be achieved in such a way that client and user credentials (secret keys) are never publicly exposed. Channel-level encryption is provided by HTTPS and HTTP POST payloads are utilized to avoid exposure of credentials via request parameters or logging fa

Score: 0.71984816

Gitana / 4.0 / Forms / Fields / Number Field

Number Field The number field. Properties Title Number Description Number field Field Type number Base Field Type text Schema Property Type Default Description allowOptionalEmpty Allows this non-required field to validate when the value is empty autocomplete string Allows you to specify the autocomplete attribute for the underlying input control whether or not field should have autocomplete enabled. data object Allows you to specify a key/value map of data attributes that will be added as DOM at

Score: 0.7183659

Gitana / 4.0 / Forms / Fields / TinyMCE Field

TinyMCE Field The tinymce field. The TinyMCE Field renders the Tiny MCE editor control to allow users to visually work with HTML and save the results back into a text property. Properties Title Tiny MCE Description Provides an instance of a TinyMCE control for use in editing HTML Field Type tinymce Base Field Type textarea Schema Property Type Default Description allowOptionalEmpty Allows this non-required field to validate when the value is empty autocomplete string Allows you to specify the au

Score: 0.7183659

Gitana / 4.0 / Forms / Fields / Token Field

Token Field The token field. This provides an implementation of the Bootstrap TokenField plugin on top of a text field to allow for autocomplete and typeahead tokens in a comma (or alternative separator) delimited string. For full documentation on the options available for the Bootstrap Tokenfield plugin, see: http://sliptree.github.io/bootstrap-tokenfield For full documentation on the options available for the Twitter Bloodhound Suggestion engine, see: https://github.com/twitter/typeahead.js/bl

Score: 0.7183659

Gitana / 3.2 / Guide / Guide / Features / Auto Translate

Auto Translate QName: f:auto-translate This feature makes it so that any content that is saved is automatically translated into any desired target locales and stored as translations within the Cloud CMS I18N (Internationalization) framework. With this feature, your editorial users could, for example, make a change to a node and save it. The change could then be translated into Chinese, Spanish and German so that content can be retrieved from Cloud CMS in those locales. This all happens automatic

Score: 0.7165482

Gitana / 4.0 / Data Engine / Aspects / Auto Translate

Auto Translate QName: f:auto-translate This feature makes it so that any content that is saved is automatically translated into any desired target locales and stored as translations within the Cloud CMS I18N (Internationalization) framework. With this feature, your editorial users could, for example, make a change to a node and save it. The change could then be translated into Chinese, Spanish and German so that content can be retrieved from Cloud CMS in those locales. This all happens automatic

Score: 0.7165482

Gitana / 3.2 / Guide / Guide / Features / Taggable

Taggable QName: f:taggable Indicates that a node should support tagging. Nodes that support tagging maintain a:has_tag associations to n:tag nodes that serve as master tag entries. A single tag entry may have multiple associations linking it to nodes that bear its tag. In addition, taggable nodes maintain a tags array which contains a local array of all of the tags that the node has been assigned. In this way, tags can be traversed using graph-based lookup or they can be queried directly based o

Score: 0.7134584

Gitana / 3.2 / Guide / Guide / Forms / Fields / Slug

Slug ID: slug The slug field type copies the value of it's dependent text field and converts the value to a string that can become part of a url. The slug field will automatically update when the value of it's dependent field changes. The emptyOnly property causes the field to be updated only if the field is currently empty. The slugified value will be derived from the dependent field value by making it lower case and replacing white space with '-'. An optional argument "filterRegex" can be used

Score: 0.7134584

Gitana / 3.2 / Guide / Guide / Application Server / Authentication / Providers / Facebook

Facebook The Facebook Authentication Provider enables the Cloud CMS Application Server to authenticate, validate tokens and load user profile information against Facebook. For more information on Authentication within the App Server, see App Server Authentication / SSO. Facebook API Keys To use this provider, you will first need to set up a Developers Account within Facebook and create an application therein. Doing so will give you a set of API tokens: appId - the Facebook application ID token a

Score: 0.7134584