authn

command
v1.4.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2026 License: MIT Imports: 31 Imported by: 0

README

Authentication Server (AuthN) provides a token-based secure access to AIStore. It employs JSON Web Tokens framework to grant access to resources: buckets and objects. Please read a short introduction to JWT for details.

Currently supported token signing methods:

  • Symmetric hash-based message authentication (HMAC) using SHA256 hash.
  • Asymmetric RSA-256 keys

Further details at AuthN documentation.

Documentation

Overview

Package main contains the independent authentication server for AIStore.

  • Copyright (c) 2018-2026, NVIDIA CORPORATION. All rights reserved.

Package main contains the independent authentication server for AIStore.

  • Copyright (c) 2018-2026, NVIDIA CORPORATION. All rights reserved.

Package main contains the independent authentication server for AIStore.

  • Copyright (c) 2018-2026, NVIDIA CORPORATION. All rights reserved.

Package main contains the independent authentication server for AIStore.

  • Copyright (c) 2018-2026, NVIDIA CORPORATION. All rights reserved.

Package main contains the independent authentication server for AIStore.

  • Copyright (c) 2018-2026, NVIDIA CORPORATION. All rights reserved.

Package main contains the independent authentication server for AIStore.

  • Copyright (c) 2018-2025, NVIDIA CORPORATION. All rights reserved.

Directories

Path Synopsis
Package config manages config for the auth service
Package config manages config for the auth service
Package kvdb contains authN server code for interacting with a persistent key-value store
Package kvdb contains authN server code for interacting with a persistent key-value store
mock
Package mock contains mocks for authN kvdb interfaces
Package mock contains mocks for authN kvdb interfaces
Package signing manages keys the auth service uses for signing and verification
Package signing manages keys the auth service uses for signing and verification
Package tok provides AuthN token (structure and methods) for validation by AIS gateways
Package tok provides AuthN token (structure and methods) for validation by AIS gateways

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL