1个稳定版本

1.0.0 2024年5月1日

#344 in 认证

Download history • Rust 包仓库 57/week @ 2024-04-25 • Rust 包仓库 94/week @ 2024-05-02 • Rust 包仓库 23/week @ 2024-05-09 • Rust 包仓库 29/week @ 2024-05-16 • Rust 包仓库 37/week @ 2024-05-23 • Rust 包仓库 34/week @ 2024-05-30 • Rust 包仓库 40/week @ 2024-06-06 • Rust 包仓库 27/week @ 2024-06-13 • Rust 包仓库 23/week @ 2024-06-20 • Rust 包仓库 19/week @ 2024-06-27 • Rust 包仓库 23/week @ 2024-07-04 • Rust 包仓库 34/week @ 2024-07-11 • Rust 包仓库 33/week @ 2024-07-18 • Rust 包仓库 27/week @ 2024-07-25 • Rust 包仓库 22/week @ 2024-08-01 • Rust 包仓库

125 每月下载量
用于 foreman

MIT 许可证

11KB
190

artiaa_auth

使用以下模式读取artifactory认证

{
  "$schema": "https://json-schema.fullstack.org.cn/draft/2019-09/schema",
  "type": "object",
  "title": "ArtiAA Token File Format",
  "description": "This is the format of the ArtiAA Token File, a standard output that contains the Artifactory tokens for the user. ",
  "properties": {
    "tokens": {
      "title": "Tokens URL Map",
      "description": "Map of URLs and the credentials that apply to them.\nThe key of each value is the base domain URL the credential applies to, such as 'artifactory.rbx.com'.\nArtiAA will add an entry for each URL it has been logged into.",
      "type": "object",
      "additionalProperties": {
        "title": "URL Token Element",
        "type": "object",
        "properties": {
          "username": {
            "title": "Username",
            "description": "The username to use for accessing the server, if a username is necessary.\nMay be an empty string.",
            "type": "string"
          },
          "token": {
            "title": "Token",
            "description": "The token to use for accessing the server.",
            "type": "string"
          }
        },
        "additionalProperties": false
      }
    }
  }
}

依赖项

~4–15MB
~228K SLoC