Add additional default configurations when facade_remote_worker is enabled.

Created on 7 March 2023, over 1 year ago
Updated 10 March 2023, over 1 year ago

Problem/Motivation

- Upon enabling, add a field_bearer_token to the User entity
- Add drupal:rest as the module dependency. This will enable the REST module
- Add the following rest.resource.entity.cloud_config.yml to the install directory. This will enable the Cloud Config REST endpoint.

langcode: en
status: true
dependencies:
  module:
    - cloud
    - cloud_cluster
    - serialization
id: entity.cloud_config
plugin_id: 'entity:cloud_config'
granularity: resource
configuration:
  methods:
    - GET
    - POST
  formats:
    - json
  authentication:
    - facade_bearer_token
โœจ Feature request
Status

Fixed

Version

1.0

Component

Code

Created by

๐Ÿ‡บ๐Ÿ‡ธUnited States baldwinlouie

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024