All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.schema.configuration.jwtTokenConfiguration.json Maven / Gradle / Ivy

There is a newer version: 1.6.0-rc1
Show newest version
{
  "$id": "https://open-metadata.org/schema/entity/configuration/jwtTokenConfiguration.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "JWTTokenConfiguration",
  "description": "This schema defines the JWT Configuration.",
  "type": "object",
  "javaType": "org.openmetadata.schema.api.security.jwt.JWTTokenConfiguration",
  "properties": {
    "rsapublicKeyFilePath": {
      "description": "RSA Public Key File Path",
      "type": "string"
    },
    "rsaprivateKeyFilePath": {
      "description": "RSA Private Key File Path",
      "type": "string"
    },
    "jwtissuer": {
      "description": "JWT Issuer",
      "type": "string"
    },
    "keyId": {
      "description": "Key ID",
      "type": "string"
    }
  },
  "required": ["jwtissuer", "keyId"],
  "additionalProperties": false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy