Found 50 results for "general auditing"

The search executed in 4.13095E-4 seconds. That's fast.

Auditing

Auditing Cloud CMS provides a built-in audit system that automatically logs the activity between users and content through API service methods. The audit system produces an audit trail consisting of audit records that document the access of every user, content object and service method. Audit records are created automatically if they are enabled for your tenant and for the repository against which the operation occurs. Auditing is only available for on-premise, Docker customers. How to Enable Au

Score: 47.49179

General

General Custom Domain Name Data Lists Geolocation Services Locking

Score: 21.21916

Features / Audit

Audit QName: f:audit Marks a content node as auditable. Operations against this node will be logged and recorded by the Cloud CMS auditing service and stored as audit records on your platform. These audit records can then be viewed within the Cloud CMS user interface or downloaded for use in third-party reporting systems. Configuration This feature does not require configuration. Audit Example { "title": "My Content Instance", "_features": { "f:audit": { } } }

Score: 7.1729517

Security - Cloud CMS

Security - Cloud CMS System Status Blog Support System Status Buy Now Features Quick Start Releases Pricing Documentation Developers Ask a Question Free Trial Features Quick Start Releases Pricing Docs Dev Start a Free Trial Features Quick Start Releases Pricing Documentation Developers Ask a Question Start a Free Trial Security Senior Management is accountable for security and ensure that security capabilities and competence exist in all levels of our business. We follow a collaborative approac

Score: 5.4948063

Recommended Cloud CMS architecture

In general, we recommend a three-tier architecture (browser -> app server -> API) for any applications you build. This would be our recommendation whether you're using Cloud CMS or anyone else. There are a few good reasons: The browser is an insecure runtime. Exposing any API keys within the browser is a very big security hole. Even exposing credentials within the browser (such as within a cookie) for the sake of working around this is also not recommended since hackers can siphon off the creden

Score: 4.636325

General / Locking

Locking Cloud CMS supports locking of nodes (or content instances). Locking allows content editorial team members to explicitly block other editors from working on content that they're already working on. When a piece of content is locked by a user, all other users in the project who have access to the piece of content will be prohibited from making modifications. They will be able to read the content but they will not be able to save any modifications. Once the lock is released by the user who

Score: 4.194348

Bulk uploading of binaries

Cloud CMS supports two options here: Multipart HTTP POST. You can post multiple files for upload that all goes as part of the same HTTP request. The general "upload files" option in our UI actually does this (you can drag/drop multiple files into it and they'll all go at the same time) or you can call this kind of this manually. It's standard HTTP multipart and so this works natively for anything you upload. Import an archive. We provide a command-line tool that you can use to take documents and

Score: 3.9966996

Application Server / Authentication / Adapters / Default

Default The default request adapter parses simple header and cookie information. It is generic adapter that can be used to interrogate the most common elements in an HTTP request. Configuration Here are all of the properties that may be configured: { "adapters": { "{adapterId}": { "type": "default", "config": { "header": "{headerName}", "cookie": "{cookieName}", "trusted": false } } } } T

Score: 3.5501788

Cloud CMS Architecture

Cloud CMS has two clusters that we run for customers who host apps with us. One cluster is for the "app server" tier (*.cloudcms.net) and the other is the "API" tier (api.cloudcms.com). The app server cluster consists of Node.js servers, and the API is a Java-backend that is stateless and implements the full REST API: As such, the API doesn't manage connections directly. Any invocation to it is a one-shot where each request contains everything needed to assert the user's identity and proceed wit

Score: 3.4641728

Programmatically create content in a folder?

The Cloud CMS content API lets you work with JSON to create any kind of content you'd like. It supports any JSON structure you desire and also supports a number of special properties that you can use to make life easier for you. These special properties are: _rootNodeId - The mount node ID of the root against which relatives path are computed. By default, this is the root of the repository. In general, it isn't necessary to use this property unless you have multiple mount nodes configured. And m

Score: 3.2294643

API / Statistics

Statistics Cloud CMS automatically collects and aggregates node statistics for you as you connect nodes together in the content graph. Nodes are entities and associations are used to connect them together through a series of relationships. As nodes are connected together, both the source and target node may optionally adjust the statistics tracked on either end of the relationship. These statistics generally track aggregations, sums and totals of counters for properties on either end of the rela

Score: 3.1581397

Documentation - Getting Started - Cloud CMS

Documentation - Getting Started - Cloud CMS System Status Blog Support System Status Buy Now Features Quick Start Releases Pricing Documentation Developers Ask a Question Free Trial Features Quick Start Releases Pricing Docs Dev Start a Free Trial Features Quick Start Releases Pricing Documentation Developers Ask a Question Start a Free Trial Getting Started Content Modeling Role-Based Editorial UI Instant Preview Platform Multiple Projects Publishing Web Forms Workflow Workspaces Access Policie

Score: 2.9778035

Docker / Monitoring API Server with an APM

Monitoring API Server with an APM The Cloud CMS API Server is a Java application that launches inside of a Java Servlet Container. As such, Application Performance Montioring (APM) frameworks such as New Relic can be used to monitor performance metrics and other run-time data. Production Performance Although APM frameworks are designed such that they do not impact production performance more than is necessary, the impact is not zero. Cloud CMS Support may, therefore, ask you to disable monitorin

Score: 2.9017892

Single Sign On (SSO) / Okta

Okta This page provides information on how to configure Cloud CMS Single Sign On (SSO) for Okta and SAML 2.0. Cloud CMS provides Single Sign On (SSO) Enterprise support for a variety of Identity Providers using SAML 2.0 and/or JWT. For more information, see Cloud CMS Single Sign On (SSO). You can learn more about Okta here: https://www.okta.com Set up Okta In this section, we'll set up Single Sign On with Okta. Log into the Okta Administration Console Login at https://{your-okta-domain}.okta.co

Score: 2.7886112

- Cloud CMS

- Cloud CMS System Status Blog Support System Status Buy Now Features Quick Start Releases Pricing Documentation Developers Ask a Question Free Trial Features Quick Start Releases Pricing Docs Dev Start a Free Trial Features Quick Start Releases Pricing Documentation Developers Ask a Question Start a Free Trial Developers Overview API Keys Frameworks AngularJS React Vue.js cURL Postman Static Site Generators Gatsby.js Nuxt.js Next.js SvelteKit Drivers C# Go Java JavaScript 2.0 JavaScript (Legacy

Score: 2.7886112

SvelteKit - Cloud CMS

SvelteKit - Cloud CMS System Status Blog Support System Status Buy Now Features Quick Start Releases Pricing Documentation Developers Ask a Question Free Trial Features Quick Start Releases Pricing Docs Dev Start a Free Trial Features Quick Start Releases Pricing Documentation Developers Ask a Question Start a Free Trial Developers Overview API Keys Frameworks AngularJS React Vue.js cURL Postman Static Site Generators Gatsby.js Nuxt.js Next.js SvelteKit Drivers C# Go Java JavaScript 2.0 JavaScri

Score: 2.7886112

API / Data Types / Platform

Platform Configuration As with all data stores, this data store maintain a configuration document that contains system and custom properties. You can write your own properties onto this configuration document if you wish. You might use those properties to query and retrieve the directory at a later time. Some system properties are read-only and others are writable. You can adjust the writable properties to modify the behavior and characteristics of the directory. The following table presents you

Score: 2.6839302

AngularJS Developers Guide - Cloud CMS

AngularJS Developers Guide - Cloud CMS System Status Blog Support System Status Buy Now Features Quick Start Releases Pricing Documentation Developers Ask a Question Free Trial Features Quick Start Releases Pricing Docs Dev Start a Free Trial Features Quick Start Releases Pricing Documentation Developers Ask a Question Start a Free Trial Developers Overview API Keys Frameworks AngularJS React Vue.js cURL Postman Static Site Generators Gatsby.js Nuxt.js Next.js SvelteKit Drivers C# Go Java JavaSc

Score: 2.6839302

React Developers Guide - Cloud CMS

React Developers Guide - Cloud CMS System Status Blog Support System Status Buy Now Features Quick Start Releases Pricing Documentation Developers Ask a Question Free Trial Features Quick Start Releases Pricing Docs Dev Start a Free Trial Features Quick Start Releases Pricing Documentation Developers Ask a Question Start a Free Trial Developers Overview API Keys Frameworks AngularJS React Vue.js cURL Postman Static Site Generators Gatsby.js Nuxt.js Next.js SvelteKit Drivers C# Go Java JavaScript

Score: 2.6839302

Vue.js Developers Guide - Cloud CMS

Vue.js Developers Guide - Cloud CMS System Status Blog Support System Status Buy Now Features Quick Start Releases Pricing Documentation Developers Ask a Question Free Trial Features Quick Start Releases Pricing Docs Dev Start a Free Trial Features Quick Start Releases Pricing Documentation Developers Ask a Question Start a Free Trial Developers Overview API Keys Frameworks AngularJS React Vue.js cURL Postman Static Site Generators Gatsby.js Nuxt.js Next.js SvelteKit Drivers C# Go Java JavaScrip

Score: 2.6839302

Gatsby.js - Cloud CMS

Gatsby.js - Cloud CMS System Status Blog Support System Status Buy Now Features Quick Start Releases Pricing Documentation Developers Ask a Question Free Trial Features Quick Start Releases Pricing Docs Dev Start a Free Trial Features Quick Start Releases Pricing Documentation Developers Ask a Question Start a Free Trial Developers Overview API Keys Frameworks AngularJS React Vue.js cURL Postman Static Site Generators Gatsby.js Nuxt.js Next.js SvelteKit Drivers C# Go Java JavaScript 2.0 JavaScri

Score: 2.5868247

Nuxt.js - Cloud CMS

Nuxt.js - Cloud CMS System Status Blog Support System Status Buy Now Features Quick Start Releases Pricing Documentation Developers Ask a Question Free Trial Features Quick Start Releases Pricing Docs Dev Start a Free Trial Features Quick Start Releases Pricing Documentation Developers Ask a Question Start a Free Trial Developers Overview API Keys Frameworks AngularJS React Vue.js cURL Postman Static Site Generators Gatsby.js Nuxt.js Next.js SvelteKit Drivers C# Go Java JavaScript 2.0 JavaScript

Score: 2.5868247

Content Modeling / References

References References provide a way for you to link two definitions together so as to reuse one of the definitions in the other. It gives you a way to centrally define something and then have that something's schema get reused in other definitions in your content model. For example, suppose you have an my:author definition that looks like this: { "type": "object", "properties": { "firstName": { "type": "string", "title": "First Name" }, "la

Score: 2.4965

Integrations / Amazon Web Services / Amazon SNS

Amazon SNS The Amazon Simple Notification Service (SNS) is a fast, flexible, fully managed pub-sub messaging service. Use it as a cloud-based mobile app notification service to send push notifications, email, and SMS messages; or as an enterprise-messaging infrastructure. Amazon SNS provides support for Push Notification of messages as well as distribution of messages to custom HTTP endpoints or via conventional SMS, email and other messaging channels. Cloud CMS API Cloud CMS connects to Amazon

Score: 2.4965

Features - Cloud CMS

Features - Cloud CMS System Status Blog Support System Status Buy Now Features Quick Start Releases Pricing Documentation Developers Ask a Question Free Trial Features Quick Start Releases Pricing Docs Dev Start a Free Trial Features Quick Start Releases Pricing Documentation Developers Ask a Question Start a Free Trial Built to Last Authentic Quality with Enterprise Features Versioning Changeset versioning system that captures every touch - every create, update or delete - that you make. It is

Score: 2.477104