Bật xác thực bên ngoài

Edge for Private Cloud phiên bản 4.17.09

Phần này giải thích cách lấy, cài đặt và định cấu hình các thành phần cần thiết để tích hợp dịch vụ LDAP bên ngoài vào Apigee Edge để xác thực người dùng.

Điều kiện tiên quyết

  • Bạn phải cài đặt Apigee Edge để cài đặt Private Cloud 4.17.09.
  • Bạn phải có thông tin đăng nhập của quản trị viên hệ thống toàn cầu trên Apigee Edge dành cho Private Cloud để thực hiện cài đặt này.
  • Bạn cần biết thư mục gốc của ứng dụng Apigee Edge để cài đặt trên Đám mây riêng tư. Chiến lược phát hành đĩa đơn thư mục gốc mặc định là /opt.
  • Bạn phải thêm thông tin đăng nhập của quản trị viên hệ thống toàn cầu Edge vào LDAP bên ngoài. Hãy nhớ rằng theo mặc định, thông tin đăng nhập của quản trị viên hệ thống được lưu trữ trong Edge LDAP nội bộ. Sau khi bạn chuyển sang LDAP bên ngoài, thông tin đăng nhập quản trị viên hệ thống của bạn sẽ được xác thực ở đó. Do đó, bạn phải cung cấp thông tin xác thực cho hệ thống bên ngoài trước khi bật xác thực bên ngoài trong Edge.

    Ví dụ: Nếu bạn đã định cấu hình và cài đặt Apigee Edge cho Private Cloud trên toàn cầu thông tin đăng nhập của quản trị viên hệ thống dưới dạng:

    tên người dùng: edgeuser@mydomain.com
    mật khẩu: Secret123

    Sau đó, người dùng edgeuser@mydomain.com bằng mật khẩu Bạn cũng phải có mã Secret123 trong LDAP bên ngoài.
  • Nếu đang chạy cụm Máy chủ quản lý, hãy lưu ý rằng bạn phải thực hiện tất cả các bước trong tài liệu này cho mỗi Máy chủ quản lý.

Định cấu hình phương thức xác thực bên ngoài

Hoạt động chính bạn sẽ thực hiện là định cấu hình tệp management-server.properties. Hoạt động này bao gồm việc dừng và khởi động Máy chủ quản lý máy cạnh, quyết định xem bạn muốn sử dụng liên kết trực tiếp hoặc gián tiếp, mã hoá thông tin xác thực nhạy cảm và các công việc.

  1. Lưu ý quan trọng: Bây giờ, hãy quyết định xem bạn sẽ sử dụng nguồn thông tin gián tiếp hay trực tiếp liên kết. Quyết định này sẽ ảnh hưởng đến một số khía cạnh của cấu hình. Xem Xác thực bên ngoài.
  2. Lưu ý quan trọng: Bạn phải thực hiện các bước thiết lập này trên từng giải pháp Quản lý Apigee Edge Máy chủ (nếu bạn đang chạy nhiều máy chủ).
  3. Mở /opt/apigee/customer/application/management-server.properties trong trình chỉnh sửa văn bản. Nếu tệp không tồn tại, hãy tạo tệp đó.
  4. Hãy thêm dòng lệnh sau đây. Lưu ý: Đảm bảo không có dấu cách ở cuối của dòng.

    conf_security_authentication.user.store=externalized.authentication

    Dòng này sẽ thêm tính năng xác thực bên ngoài vào Edge dành cho Đám mây riêng tư cài đặt.
  5. Để giúp bước này trở nên dễ dàng, chúng tôi đã tạo hai cấu hình mẫu mà bạn có thể cân nhắc kỹ lưỡng -- một mã cho phương thức xác thực trực tiếp và một phương thức xác thực liên kết gián tiếp. Hãy xem các mẫu bên dưới để liên kết bạn muốn sử dụng và hoàn tất cấu hình:

    TRỰC TIẾP Mẫu cấu hình KẾT NỐI
    Hàm OpenRTB Mẫu cấu hình KẾT NỐI
  6. Khởi động lại máy chủ quản lý:
    > /opt/apigee/apigee-service/bin/apigee-service khởi động lại cạnh-management-server
  7. Xác minh rằng máy chủ đang chạy:
    > /opt/apigee/apigee-service/bin/apigee-all trạng thái
  8. Quan trọng: Bạn phải định cấu hình bổ sung trong một trong hai (hoặc cả hai) trong các trường hợp sau: (a) nếu bạn định cho phép người dùng đăng nhập bằng tên người dùng chứ không phải địa chỉ email. Trong trường hợp này, người dùng quản trị viên hệ thống của bạn cũng phải xác thực bằng một tên người dùng và/hoặc (b) nếu mật khẩu cho tài khoản người dùng sysadmin của bạn trong Giao thức truy cập thư mục hạng nhẹ (LDAP) khác với mật khẩu mà bạn thiết lập khi lần đầu cài đặt Apigee Edge cho Đám mây riêng tư. Xem phần Cấu hình bắt buộc cho thông tin đăng nhập sysadmin khác nhau.

KẾT NỐI TRỰC TIẾP mẫu cấu hình

## The first property is always required to enable the external authorization feature. Do not change it.
conf_security_externalized.authentication.implementation.class=com.apigee.rbac.impl.LdapAuthenticatorImpl

## Identify the type of binding:
# Set to "true" for direct binding
# Set to "false" for indirect binding. 
conf_security_externalized.authentication.bind.direct.type=true

## The next seven properties are needed regardless of direct or indirect binding. You need to configure these per your external authentication installation. 
## The IP or domain for your external LDAP instance. 
conf_security_externalized.authentication.server.url=ldap://localhost:389

## Your external LDAP server version.
conf_security_externalized.authentication.server.version=3

## The server timeout in milliseconds. 
conf_security_externalized.authentication.server.conn.timeout=50000

## Change these baseDN values to match your external LDAP service. This attribute value will be provided by your external LDAP administrator, and may have more or fewer dc elements depending on your setup.
conf_security_externalized.authentication.user.store.baseDN=dc=apigee,dc=com

## Do not change this search string. It is used internally. 
conf_security_externalized.authentication.user.store.search.query=(&(${userAttribute}=${userId}))

## Identifies the external LDAP property you want to bind against for Authentication. For example if you are binding against an email address, this would typically be in the userPrincipalName property in your external LDAP instance. Alternatively if you are binding against the user’s ID, this would typically be in the sAMAccountName property:
conf_security_externalized.authentication.user.store.user.attribute=userPrincipalName

## The LDAP attribute where the user email value is stored. For direct binding, set it to userPrincipalName.
conf_security_externalized.authentication.user.store.user.email.attribute=userPrincipalName

## ONLY needed for DIRECT binding.
## The direct.bind.user.directDN property defines the string that is used for the bind against the external authentication service. Ensure it is set as follows:
conf_security_externalized.authentication.direct.bind.user.directDN=${userDN}

KẾT NỐI GIÁN TIẾP mẫu cấu hình

## Required to enable the external authorization feature. Do not change it.
conf_security_externalized.authentication.implementation.class=com.apigee.rbac.impl.LdapAuthenticatorImpl

## Identifies the type of binding:
# Set to "true" for direct binding
# Set to "false" for indirect binding. 
conf_security_externalized.authentication.bind.direct.type=false

## The next seven properties are needed regardless of direct or indirect binding. You need to configure these per your external LDAP installation. 
## The IP or domain for your external LDAP instance. 
conf_security_externalized.authentication.server.url=ldap://localhost:389

## Replace with your external LDAP server version.
conf_security_externalized.authentication.server.version=3

## Set the server timeout in milliseconds. 
conf_security_externalized.authentication.server.conn.timeout=50000

## Change these baseDN values to match your external LDAP service. This attribute value will be provided by your external LDAP administrator, and may have more or fewer dc elements depending on your setup.
conf_security_externalized.authentication.user.store.baseDN=dc=apigee,dc=com

## Do not change this search string. It is used internally. 
conf_security_externalized.authentication.user.store.search.query=(&(${userAttribute}=${userId}))

## Identifies the external LDAP property you want to bind against for Authentication. For example if you are binding against an email address, this would typically be in the userPrincipalName property in your external LDAP instance. Alternatively if you are binding against the user’s ID, this would typically be in the sAMAccountName property. See also "Configuration required for different sysadmin credentials".
conf_security_externalized.authentication.user.store.user.attribute=userPrincipalName

## Used by Apigee to perform the Authorization step and currently, Apigee only supports email address for Authorization. Make sure to set it to the attribute in your external LDAP that stores the user’s email address. Typically this will be in the userPrincipalName property. 
conf_security_externalized.authentication.user.store.user.email.attribute=userPrincipalName

## The external LDAP username (for a user with search privileges on the external LDAP) and password and whether the password is encrypted. You must also set the attribute externalized.authentication.bind.direct.type to false.
## The password attribute can be encrypted or in plain text. See "Indirect binding only: Encrypting the external LDAP user’s password" for encryption instructions. Set the password.encrypted attribute to "true" if the password is encrypted. Set it to "false" if the password is in plain text.
conf_security_externalized.authentication.indirect.bind.server.admin.dn=myExtLdapUsername
conf_security_externalized.authentication.indirect.bind.server.admin.password=myExtLdapPassword
conf_security_externalized.authentication.indirect.bind.server.admin.password.encrypted=true

Kiểm thử việc cài đặt

  1. Xác minh rằng máy chủ đang chạy:
    > /opt/apigee/apigee-service/bin/apigee-all trạng thái
  2. Thực thi lệnh này, cung cấp một nhóm quản trị viên hệ thống chung Apigee Edge thông tin xác thực. Chỉ có Edge mới có thể thực thi lệnh gọi API mà chúng ta sẽ kiểm thử sysadmin.

    Lưu ý quan trọng: Phải có thông tin đăng nhập giống hệt nhau trong tài khoản LDAP bên ngoài của bạn. Nếu chưa, bạn cần thêm chúng ngay bây giờ. Xin lưu ý rằng tên người dùng thường là một địa chỉ email; tuy nhiên, điều này phụ thuộc vào cách bạn đã định cấu hình xác thực bên ngoài, như đã được giải thích trước đó trong phần này tài liệu.
    &gt; cuộn tròn –v http://<management-server-ip>:8080/v1/o -u <Tên người dùng Sysadmin>

    Ví dụ:
    &gt; cuộn tròn –v http://192.168.52.100:8080/v1/o -u jdoe@mydomain.com
  3. Nhập mật khẩu của bạn khi được nhắc.

    Nếu lệnh này trả về trạng thái 200 và danh sách các tổ chức, thì cấu hình đã chính xác. Lệnh này xác minh rằng lệnh gọi API tới Máy chủ quản lý Edge đã được thực hiện thành công được xác thực qua hệ thống LDAP bên ngoài.