CN113918924A - Method and device for third-party access of big data cluster, computer equipment and medium - Google Patents

Method and device for third-party access of big data cluster, computer equipment and medium Download PDF

Info

Publication number
CN113918924A
CN113918924A CN202111324978.XA CN202111324978A CN113918924A CN 113918924 A CN113918924 A CN 113918924A CN 202111324978 A CN202111324978 A CN 202111324978A CN 113918924 A CN113918924 A CN 113918924A
Authority
CN
China
Prior art keywords
product information
unified user
big data
user center
preset product
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111324978.XA
Other languages
Chinese (zh)
Inventor
谭辉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Hongshan Information Technology Research Institute Co Ltd
Original Assignee
Beijing Hongshan Information Technology Research Institute Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Hongshan Information Technology Research Institute Co Ltd filed Critical Beijing Hongshan Information Technology Research Institute Co Ltd
Priority to CN202111324978.XA priority Critical patent/CN113918924A/en
Publication of CN113918924A publication Critical patent/CN113918924A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • G06F21/41User authentication where a single sign-on provides access to a plurality of computers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/45Structures or tools for the administration of authentication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/541Interprogram communication via adapters, e.g. between incompatible applications
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/541Client-server
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/549Remote execution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2117User registration

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the invention discloses a method, a device, computer equipment and a medium for third-party access of a big data cluster. The method comprises the following steps: acquiring and integrating jar packets provided by a unified user center of a big data platform, wherein automatic registration logic is encapsulated in the jar packets; transmitting preset product information of a subsystem into the unified user center through the jar packet so as to register; and initiating third party authentication to the unified user center and carrying the preset product information so that the unified user center performs access authentication according to the preset product information. According to the technical scheme provided by the embodiment of the invention, the relevant automatic registration logic is packaged into the jar packet and provided for various subsystems for integration, so that the automatic registration before the access of various subsystems is realized, the subsystems do not need to write codes additionally and only need to configure relevant parameters, the flexibility of a scene that a plurality of subsystems need to realize single-point login is improved, and convenience is provided for the use of a user.

Description

Method and device for third-party access of big data cluster, computer equipment and medium
Technical Field
The embodiment of the invention relates to the technical field of big data, in particular to a method, a device, computer equipment and a medium for third-party access of a big data cluster.
Background
With the rapid development of company big data services, a series of subsystems are derived from a company big data platform, and the subsystems are deployed on the basis of clusters, that is, each cluster deploys the subsystems, and all the subsystems are required to be single-logged in a unified user center, and each subsystem can be specifically accessed into the unified user center in a third-party logging manner in a single-logging protocol. For example, when implemented based on the OAUTH2 protocol, which is mainstream in the industry, an application requires that authorization to perform third party login must first be registered with the opposite site to let the opposite know who is requesting. At present, third parties such as internet WeChat and Payment treasures can access the system and provide an application registration interface, so that a user can register a subsystem on a management page of the WeChat or Payment treasures, and the process is a manual operation process. However, for our big data system, the cluster is as many as dozens, so that dozens of instances of a subsystem are in operation, and even more, the cluster is changed frequently, and new clusters are added continuously. If each subsystem instance is manually registered when being connected as is conventionally done, it is labor intensive, highly error prone and less flexible.
Disclosure of Invention
Embodiments of the present invention provide a method, an apparatus, a computer device, and a medium for third-party access of a big data cluster, so as to implement automatic registration before access of various subsystems, thereby improving flexibility of a scenario in which a plurality of subsystems need to implement single sign-on, and providing convenience for users.
In a first aspect, an embodiment of the present invention provides a method for third party access to a big data cluster, where the method includes:
acquiring and integrating jar packets provided by a unified user center of a big data platform, wherein automatic registration logic is encapsulated in the jar packets;
transmitting preset product information of a subsystem into the unified user center through the jar packet so as to register;
and initiating third party authentication to the unified user center and carrying the preset product information so that the unified user center performs access authentication according to the preset product information.
Optionally, before the preset product information of the subsystem is transmitted to the unified user center through the jar package, the method further includes:
and configuring the preset product information in a configuration file according to the used single sign-on protocol.
Optionally, the preset product information includes a client identity, a client key, and a redirection URL after successful authentication.
Optionally, the transmitting preset product information of the subsystem to the unified user center through the jar package for registration includes:
and calling a Rest interface of the unified user center through the jar packet to transmit the preset product information, and initiating a registration request.
Optionally, the transmitting preset product information of the subsystem to the unified user center through the jar package for registration includes:
and judging whether the subsystem is registered or not according to the preset product information through the unified user center, if not, calling an added client detail interface in the used single sign-on protocol through the unified user center for registration, and writing the preset product information into a client detail table of the single sign-on protocol.
Optionally, the single sign-on protocol used in the method is an OAUTH2 protocol.
Optionally, the subsystems include a big data visualization development tool, a task monitoring system, a data exchange system, data assets, an AI platform, and a tenant management system.
In a second aspect, an embodiment of the present invention further provides a device for third party access of a big data cluster, where the device includes:
the Jar package acquisition module is used for acquiring Jar packages provided by a unified user center of the big data platform and integrating the Jar packages, and automatic registration logic is encapsulated in the Jar packages;
the subsystem registration module is used for transmitting preset product information of the subsystem into the unified user center through the jar packet so as to register;
and the subsystem authentication module is used for initiating third party authentication to the unified user center and carrying the preset product information so as to enable the unified user center to carry out access authentication according to the preset product information.
In a third aspect, an embodiment of the present invention further provides a computer device, where the computer device includes:
one or more processors;
a memory for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement a method for big data cluster third party access provided by any of the embodiments of the present invention.
In a fourth aspect, an embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the method for third party access to a big data cluster provided in any embodiment of the present invention.
The embodiment of the invention provides a method for third-party access of a big data cluster, which comprises the steps of firstly obtaining a jar packet provided by a unified user platform for integration, encapsulating automatic registration logic in the jar packet, then transmitting preset product information of a subsystem into a unified user center for registration through the jar packet, and when authentication is needed, initiating a request of third-party authentication to the unified user center, wherein the request carries the preset product information, so that the unified user center performs access authentication according to the received preset product information. According to the third-party access method of the big data cluster, the relevant automatic registration logic is packaged into the jar packet and provided for various subsystems to be integrated, automatic registration before access of various subsystems is achieved, the subsystems do not need to write codes additionally, and only relevant parameters need to be configured, so that the flexibility of a scene that a plurality of subsystems need to achieve single sign-on is improved, and convenience is brought to users.
Drawings
Fig. 1 is a flowchart of a third-party access method for a big data cluster according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a device for third party access to a big data cluster according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of a computer device according to a third embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Before discussing exemplary embodiments in more detail, it should be noted that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although a flowchart may describe the steps as a sequential process, many of the steps can be performed in parallel, concurrently or simultaneously. In addition, the order of the steps may be rearranged. The process may be terminated when its operations are completed, but may have additional steps not included in the figure. The processes may correspond to methods, functions, procedures, subroutines, and the like.
Example one
Fig. 1 is a flowchart of a third-party access method for a big data cluster according to an embodiment of the present invention. The present embodiment is applicable to the third-party access of various big data platform subsystems, and the method may be executed by the apparatus for third-party access of a big data cluster provided in the embodiment of the present invention, where the apparatus may be implemented by hardware and/or software, and may be generally integrated in a computer device, and the computer device may specifically be a big data cluster. As shown in fig. 1, the method specifically comprises the following steps:
s11, obtaining and integrating jar packages provided by the unified user center of the big data platform, wherein the jar packages are packaged with automatic registration logic.
The java package is a software package file format and is usually used for aggregating a large number of java class files, related metadata and resource files into one file, and the unified user center can introduce an automatic registration interface and encapsulate related automatic registration logic into the java package for subsystem integration. Optionally, the subsystems include a big data visualization development tool, a task monitoring system, a data exchange system, a data asset, an AI platform, a tenant management system, and the like, and each subsystem may introduce and integrate a jar package provided by a unified user center during initial use, so that the jar package is used for automatic registration in the subsequent process.
And S12, transmitting preset product information of the subsystem into the unified user center through the jar package for registration.
Optionally, the preset product information includes a client identity (client _ id), a client key (client-secret), and a redirection URL after successful authentication, and in particular, the client identity is related to the cluster and can be distinguished by the cluster identity, for example, the client identity of the subsystem a in the cluster1 may be a _ cluster1, and the client identity of the subsystem a in the cluster2 may be a _ cluster 2. Specifically, after the integration of the jar package is completed by the subsystem, the registration process can be automatically started when the subsystem is started, and the preset product information of the subsystem is transmitted to the unified user center for registration through the jar package.
Optionally, before the preset product information of the subsystem is transmitted to the unified user center through the jar package, the method further includes: and configuring the preset product information in a configuration file according to the used single sign-on protocol. Optionally, the single sign-on protocol used by the method is an OAUTH2 protocol. Single Sign On (SSO) is a one-time authentication login of a user, and when the user logs on an identity authentication server once, the user can obtain a right to access other associated systems and application software in the single sign on system. The method provided by this embodiment may perform third party access based on the OAUTH2 protocol, and then before starting automatic registration, various subsystems may configure their preset product information in a configuration file according to the OAUTH2 protocol, and may specifically be entered by a user or automatically generated according to the environment where the user is located.
Optionally, the transmitting preset product information of the subsystem to the unified user center through the jar package for registration includes: and calling a Rest interface of the unified user center through the jar packet to transmit the preset product information, and initiating a registration request. Specifically, after the subsystems are started, a reset (presentation State Transfer) interface of the unified user center can be called in the adaptive jar to initiate a registration request to the unified user center, and the registration request carries preset product information of the subsystem, so that the unified user center indexes or registers, and the like.
Optionally, the transmitting preset product information of the subsystem to the unified user center through the jar package for registration includes: and judging whether the subsystem is registered or not according to the preset product information through the unified user center, if not, calling an added client detail interface in the used single sign-on protocol through the unified user center for registration, and writing the preset product information into a client detail table of the single sign-on protocol. Specifically, after receiving a registration request of a subsystem, the unified user center may first determine whether the subsystem is registered according to preset product information carried therein, and specifically may be implemented by determining whether a client identifier (client _ id) in the preset product information is registered, if the client identifier is registered, the registration information of the subsystem may be updated according to other information in the preset product information, if the client identifier is not registered, the preset product information may be taken out from the registration request, and a void add clients in the OAUTH2 protocol is called to complete registration of the subsystem, and after the registration is completed, the registration information, that is, the preset product information may be written into an OAUTH _ client _ clients table in the OAUTH2 protocol.
And S13, initiating third party authentication to the unified user center and carrying the preset product information so that the unified user center performs access authentication according to the preset product information.
Specifically, after the registration of the subsystem is completed, if a third party needs to access, a third party authentication request may be initiated to the unified user center, and the request may carry the preset product information of the subsystem itself, specifically, information such as a client identity (client _ id) and the like. After receiving the request, the unified user center may search the client id from the database according to the OAUTH2 protocol, and if found, may take out the relevant information to complete the access authentication.
According to the technical scheme provided by the embodiment of the invention, a jar packet provided by a unified user platform is obtained for integration, automatic registration logic is encapsulated in the jar packet, then the preset product information of a subsystem is transmitted to a unified user center through the jar packet for registration, when authentication is required, a third party authentication request is initiated to the unified user center, and the request carries the preset product information, so that the unified user center performs access authentication according to the received preset product information. The related automatic registration logic is packaged into the jar packet and provided for various subsystems for integration, so that automatic registration before access of various subsystems is realized, the subsystems do not need to write codes additionally and only need to configure related parameters, the flexibility of a scene that a plurality of subsystems need to realize single sign-on is improved, and convenience is provided for users to use.
Example two
Fig. 2 is a schematic structural diagram of a big data cluster third party access device provided in the second embodiment of the present invention, where the device may be implemented in a hardware and/or software manner, and may be generally integrated in a computer device, and is used to execute the big data cluster third party access method provided in any embodiment of the present invention. As shown in fig. 2, the apparatus includes:
the Jar package obtaining module 21 is used for obtaining Jar packages provided by a unified user center of the big data platform and integrating the Jar packages, and automatic registration logic is encapsulated in the Jar packages;
the subsystem registration module 22 is used for transmitting preset product information of the subsystem into the unified user center through the jar packet so as to perform registration;
and the subsystem authentication module 23 is configured to initiate third-party authentication to the unified user center, and carry the preset product information, so that the unified user center performs access authentication according to the preset product information.
According to the technical scheme provided by the embodiment of the invention, a jar packet provided by a unified user platform is obtained for integration, automatic registration logic is encapsulated in the jar packet, then the preset product information of a subsystem is transmitted to a unified user center through the jar packet for registration, when authentication is required, a third party authentication request is initiated to the unified user center, and the request carries the preset product information, so that the unified user center performs access authentication according to the received preset product information. The related automatic registration logic is packaged into the jar packet and provided for various subsystems for integration, so that automatic registration before access of various subsystems is realized, the subsystems do not need to write codes additionally and only need to configure related parameters, the flexibility of a scene that a plurality of subsystems need to realize single sign-on is improved, and convenience is provided for users to use.
On the basis of the foregoing technical solution, optionally, the apparatus for third party access of the big data cluster further includes:
and the product information configuration module is used for configuring the preset product information in a configuration file according to the used single sign-on protocol before the preset product information of the subsystem is transmitted to the unified user center through the jar packet.
On the basis of the above technical solution, optionally, the preset product information includes a client identity, a client key, and a redirect URL after successful authentication.
On the basis of the above technical solution, optionally, the subsystem registration module 22 is specifically configured to:
and calling a Rest interface of the unified user center through the jar packet to transmit the preset product information, and initiating a registration request.
On the basis of the above technical solution, optionally, the subsystem registration module 22 is specifically configured to:
and judging whether the subsystem is registered or not according to the preset product information through the unified user center, if not, calling an added client detail interface in the used single sign-on protocol through the unified user center for registration, and writing the preset product information into a client detail table of the single sign-on protocol.
On the basis of the above technical solution, optionally, the single sign-on protocol used by the method is an OAUTH2 protocol.
On the basis of the above technical solution, optionally, the subsystem includes a big data visualization development tool, a task monitoring system, a data exchange system, data assets, an AI platform, and a tenant management system.
The device for third-party access of the big data cluster provided by the embodiment of the invention can execute the method for third-party access of the big data cluster provided by any embodiment of the invention, and has corresponding functional modules and beneficial effects of the execution method.
It should be noted that, in the embodiment of the apparatus for third party access to a big data cluster, each included unit and module are only divided according to functional logic, but are not limited to the above division, as long as corresponding functions can be implemented; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
EXAMPLE III
Fig. 3 is a schematic structural diagram of a computer device provided in the third embodiment of the present invention, and shows a block diagram of an exemplary computer device suitable for implementing the embodiment of the present invention. The computer device shown in fig. 3 is only an example, and should not bring any limitation to the function and the scope of use of the embodiments of the present invention. As shown in fig. 3, the computer apparatus includes a processor 31, a memory 32, an input device 33, and an output device 34; the number of the processors 31 in the computer device may be one or more, one processor 31 is taken as an example in fig. 3, the processor 31, the memory 32, the input device 33 and the output device 34 in the computer device may be connected by a bus or in other ways, and the connection by the bus is taken as an example in fig. 3.
The memory 32 is used as a computer-readable storage medium and can be used for storing software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to the method for accessing a big data cluster by a third party in the embodiment of the present invention (for example, the Jar package obtaining module 21, the subsystem registration module 22, and the subsystem authentication module 23 in the device for accessing a big data cluster by a third party). The processor 31 executes various functional applications and data processing of the computer device by running software programs, instructions and modules stored in the memory 32, that is, the method for third-party access of the big data cluster is realized.
The memory 32 may mainly include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required for at least one function; the storage data area may store data created according to use of the computer device, and the like. Further, the memory 32 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, the memory 32 may further include memory located remotely from the processor 31, which may be connected to a computer device over a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input means 33 may be used to acquire jar packs provided by the unified user center and to generate key signal inputs related to user settings and function control of the computer device, etc. The output device 34 may be used to initiate registration requests and third party authentication requests, etc. to the unified user center.
Example four
An embodiment of the present invention further provides a storage medium containing computer-executable instructions, where the computer-executable instructions, when executed by a computer processor, are configured to perform a method for third party access to a big data cluster, where the method includes:
acquiring and integrating jar packets provided by a unified user center of a big data platform, wherein automatic registration logic is encapsulated in the jar packets;
transmitting preset product information of a subsystem into the unified user center through the jar packet so as to register;
and initiating third party authentication to the unified user center and carrying the preset product information so that the unified user center performs access authentication according to the preset product information.
The storage medium may be any of various types of memory devices or storage devices. The term "storage medium" is intended to include: mounting media such as CD-ROM, floppy disk, or tape devices; computer system memory or random access memory such as DRAM, DDR RAM, SRAM, EDO RAM, Lambda (Rambus) RAM, etc.; non-volatile memory such as flash memory, magnetic media (e.g., hard disk or optical storage); registers or other similar types of memory elements, etc. The storage medium may also include other types of memory or combinations thereof. In addition, the storage medium may be located in the computer system in which the program is executed, or may be located in a different second computer system connected to the computer system through a network (such as the internet). The second computer system may provide the program instructions to the computer for execution. The term "storage medium" may include two or more storage media that may reside in different locations, such as in different computer systems that are connected by a network. The storage medium may store program instructions (e.g., embodied as a computer program) that are executable by one or more processors.
Of course, the storage medium provided by the embodiment of the present invention includes computer-executable instructions, where the computer-executable instructions are not limited to the method operations described above, and may also perform related operations in the method for third party access to a big data cluster provided by any embodiment of the present invention.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
From the above description of the embodiments, it is obvious for those skilled in the art that the present invention can be implemented by software and necessary general hardware, and certainly, can also be implemented by hardware, but the former is a better embodiment in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which can be stored in a computer-readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network device) to execute the methods according to the embodiments of the present invention.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. A method for third party access of big data cluster is characterized by comprising the following steps:
acquiring and integrating jar packets provided by a unified user center of a big data platform, wherein automatic registration logic is encapsulated in the jar packets;
transmitting preset product information of a subsystem into the unified user center through the jar packet so as to register;
and initiating third party authentication to the unified user center and carrying the preset product information so that the unified user center performs access authentication according to the preset product information.
2. The big data cluster third party access method according to claim 1, wherein before the pre-set product information of the sub-system is transmitted to the unified user center through the jar packet, the method further comprises:
and configuring the preset product information in a configuration file according to the used single sign-on protocol.
3. The big data cluster third party access method of claim 1, wherein the preset product information comprises a client identity, a client key, and a redirect URL after successful authentication.
4. The big data cluster third party access method of claim 1, wherein the transferring preset product information of a subsystem into the unified user center through the jar package for registration comprises:
and calling a Rest interface of the unified user center through the jar packet to transmit the preset product information, and initiating a registration request.
5. The big data cluster third party access method of claim 1, wherein the transferring preset product information of a subsystem into the unified user center through the jar package for registration comprises:
and judging whether the subsystem is registered or not according to the preset product information through the unified user center, if not, calling an added client detail interface in the used single sign-on protocol through the unified user center for registration, and writing the preset product information into a client detail table of the single sign-on protocol.
6. The big data cluster third party access method of claim 1, wherein the single sign-on protocol used by the method is OAUTH2 protocol.
7. The big data cluster third party access method of claim 1, wherein the subsystems comprise a big data visualization development tool, a task monitoring system, a data exchange system, data assets, an AI platform, and a tenant management system.
8. An apparatus for third party access to big data cluster, comprising:
the Jar package acquisition module is used for acquiring Jar packages provided by a unified user center of the big data platform and integrating the Jar packages, and automatic registration logic is encapsulated in the Jar packages;
the subsystem registration module is used for transmitting preset product information of the subsystem into the unified user center through the jar packet so as to register;
and the subsystem authentication module is used for initiating third party authentication to the unified user center and carrying the preset product information so as to enable the unified user center to carry out access authentication according to the preset product information.
9. A computer device, comprising:
one or more processors;
a memory for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement a method for big data cluster third party access as recited in any of claims 1-7.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the method of big data cluster third party access according to any of claims 1-7.
CN202111324978.XA 2021-11-10 2021-11-10 Method and device for third-party access of big data cluster, computer equipment and medium Pending CN113918924A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111324978.XA CN113918924A (en) 2021-11-10 2021-11-10 Method and device for third-party access of big data cluster, computer equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111324978.XA CN113918924A (en) 2021-11-10 2021-11-10 Method and device for third-party access of big data cluster, computer equipment and medium

Publications (1)

Publication Number Publication Date
CN113918924A true CN113918924A (en) 2022-01-11

Family

ID=79245853

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111324978.XA Pending CN113918924A (en) 2021-11-10 2021-11-10 Method and device for third-party access of big data cluster, computer equipment and medium

Country Status (1)

Country Link
CN (1) CN113918924A (en)

Similar Documents

Publication Publication Date Title
CN102857484B (en) A kind of method, system and device realizing single-sign-on
US20190141022A1 (en) On-premise and off-premise communication
WO2016173199A1 (en) Mobile application single sign-on method and device
CN108512821B (en) Data transmission method, device and system, network gate and transaction data storage method
CN107733882B (en) SSL certificate automatic deployment method and equipment
US20100242101A1 (en) Method and system for securely managing access and encryption credentials in a shared virtualization environment
CN114281573A (en) Workflow data interaction method and device, electronic device and readable storage medium
US20080244514A1 (en) Scriptable object model for network based services
CN112702336A (en) Security control method and device for government affair service, security gateway and storage medium
CN115639954A (en) Data transmission method, device, equipment and medium
CN113312168A (en) Page access method and electronic equipment
US9760412B2 (en) Client server communication system
WO2024112553A1 (en) Application programming interface for certificate management systems
US9288116B2 (en) System and method for NAS server test load generation
CN116860699A (en) File management method, system, computer device and computer readable storage medium
US9723436B2 (en) Mobile device location
CN111600755A (en) Internet access behavior management system and method
CN110022332B (en) Hypertext transfer security protocol proxy method, device, equipment and medium
CN113918924A (en) Method and device for third-party access of big data cluster, computer equipment and medium
CN112738181B (en) Method, device and server for cluster external IP access
CN115525880A (en) Method, device, equipment and medium for providing SAAS service facing multi-tenant
CN116781764A (en) Long-connection task execution method and device and related equipment
CN111092916B (en) File uploading method and device, electronic equipment and medium
CN111200815A (en) Information transmission method and device based on mobile application
CN111064675A (en) Access flow control method, device, network equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination