mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-29 17:49:14 +00:00
* feat: security service initial code * support secrity type for service from ui * refactor: added missing java files for security service and require json files * refactor: added doc file, oneOf java changes for ranger * Merge branch 'main' of https://github.com/open-metadata/OpenMetadata into issue-20145 * update the security services schema to have domains instead of domain * fix: added security service metadata pipeline * Make changes for security service UI * Update missing translation * update type * Fix the java checkstyle * fix: added ingestionRunner in security service json * Hide security service for OSS * fix: reverse metadata documentation * refactor: added securityConnection in test connection * fix: documentation and ts file changes * fix: deleted __init__ file and added SSISConnection again in the workflowclassconverter.java * fix: convert domain to domains * fix: added new file for basicAuth for ranger and change in rangerConnectionClassConverter.java file * fix: java checkstyle * fix: mysql security service sql * fix: security service index mapping * fix: moved migrations in new version and fix classConverterFactory --------- Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com> Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
3.1 KiB
3.1 KiB
| title | slug | collate |
|---|---|---|
| Security Service | OpenMetadata Security Service | /main-concepts/metadata-standard/schemas/entity/services/securityservice | true |
Security Service
This schema defines the Security Service entity, such as Apache Ranger.
Properties
id: Unique identifier of this security service instance. Refer to ../../type/basic.json#/definitions/uuid.name: Name that identifies this security service. Refer to ../../type/basic.json#/definitions/entityName.fullyQualifiedName: FullyQualifiedName same asname. Refer to ../../type/basic.json#/definitions/fullyQualifiedEntityName.displayName(string): Display Name that identifies this security service.serviceType: Type of security service such as Ranger... Refer to #/definitions/securityServiceType.description: Description of a security service instance. Refer to ../../type/basic.json#/definitions/markdown.connection: Refer to #/definitions/securityConnection.pipelines: References to pipelines deployed for this security service to extract metadata etc.. Refer to ../../type/entityReferenceList.json.testConnectionResult: Last test connection results for this service. Refer to connections/testConnectionResult.json.tags(array): Tags for this security Service. Default:[].- Items: Refer to ../../type/tagLabel.json.
version: Metadata version of the entity. Refer to ../../type/entityHistory.json#/definitions/entityVersion.updatedAt: Last update time corresponding to the new version of the entity in Unix epoch time milliseconds. Refer to ../../type/basic.json#/definitions/timestamp.updatedBy(string): User who made the update.href: Link to the resource corresponding to this security service. Refer to ../../type/basic.json#/definitions/href.owners: Owners of this security service. Refer to ../../type/entityReferenceList.json.changeDescription: Change that lead to this version of the entity. Refer to ../../type/entityHistory.json#/definitions/changeDescription.deleted(boolean): Whentrueindicates the entity has been soft deleted. Default:false.dataProducts: List of data products this entity is part of. Refer to ../../type/entityReferenceList.json.
Definitions
securityServiceType(string): Type of security service. Must be one of:["Ranger"].securityConnection(object): Security service connection configuration.