rucio/documentation

Client Authentication Instructions

Open

#539 创建于 2025年4月3日

在 GitHub 查看
 (0 评论) (0 反应) (1 负责人)Python (67 fork)auto 404
help wantedoperatoruser

仓库指标

Star
 (4 star)
PR 合并指标
 (PR 指标待抓取)

描述

There should be paired instructions for setting up authentication methods as an operator, and how to use those authentication methods as a user.

For example:

operator/auth.md#x509_proxy

There is some way to set up proxy and cert things that I am only vaguely aware but these are the things to change: 

1. Thing A 
2. Thing B


To view an example of this login method, please view [the user documentation](user/auth.md#x509-proxy)

user/auth.md#x509-proxy

To use x509 use the `--auth-type x509` flag while using the CLI or `auth_type="x509"` in the python client. 

An example can be seen below: 

[some python code]

This should also include some common failure modes in a FAQ style list

贡献者指南