TokenSource

mill.contrib.gitlab.GitlabTokenLookup.TokenSource
sealed trait TokenSource

Possible source of token value. Either an

  • Env = Environment variable
  • Property = Javas system property
  • File =Contents of a file on local disk.
  • Custom = Own function

Possible additions, that can now be supported with Custom: KeyVault, Yaml, etc.

Attributes

Source
GitlabTokenLookup.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Custom
class Env
class File
class Property
In this article