TokenSource

mill.contrib.gitlab.GitlabTokenLookup.TokenSource
@Scaladoc(value = "/**\n * Possible source of token value. Either an\n * - Env = Environment variable\n * - Property = Javas system property\n * - File =Contents of a file on local disk.\n * - Custom = Own function\n *\n * Possible additions, that can now be supported with Custom: KeyVault, Yaml, etc.\n */")
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

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