Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.06 KB

AuthproxySetting.md

File metadata and controls

14 lines (10 loc) · 1.06 KB

AuthproxySetting

Properties

Name Type Description Notes
Endpoint string The fully qualified URI of login endpoint of authproxy, such as 'https://192.168.1.2:8443/login' [optional] [default to null]
TokenreivewEndpoint string The fully qualified URI of token review endpoint of authproxy, such as 'https://192.168.1.2:8443/tokenreview' [optional] [default to null]
SkipSearch bool The flag to determine whether Harbor can skip search the user/group when adding him as a member. [optional] [default to null]
VerifyCert bool The flag to determine whether Harbor should verify the certificate when connecting to the auth proxy. [optional] [default to null]
ServerCertificate string The certificate to be pinned when connecting auth proxy. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]