graviton.server.console

Members list

Type members

Classlikes

object ConsoleApi

Attributes

Companion
class
Source
ConsoleApi.scala
Supertypes
class Object
trait Matchable
class Any
Self type
ConsoleApi.type
final class ConsoleApi(catalog: Catalog, blobStore: BlobStore, blobIngest: BlobIngest, shardcakeNode: Option[UploadNode], operations: Operations, version: String)

Local operator UI backed by the exact same streaming ingest and CAS services as the public API.

Local operator UI backed by the exact same streaming ingest and CAS services as the public API.

Attributes

Companion
object
Source
ConsoleApi.scala
Supertypes
class Object
trait Matchable
class Any
object ConsoleConfig

Attributes

Companion
class
Source
ConsoleConfig.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ConsoleConfig(enabled: Boolean, allowRemoteBinding: Boolean)

The operator console is opt-in because its local workflow is intentionally unauthenticated.

The operator console is opt-in because its local workflow is intentionally unauthenticated.

Attributes

Companion
object
Source
ConsoleConfig.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all