Default storage policy for auth container #164

Closed
opened 2025-12-28 17:36:28 +00:00 by sami · 0 comments
Owner

Originally created by @alexvanin on GitHub (Feb 3, 2022).

Originally assigned to: @masterSplinter01 on GitHub.

It seems that we use default container policy for auth container.

Default policy is

REP 1 
CBF 1 
SELECT 2 FROM *

I suggest to change it to the policy with at least two replicas. Otherwise it doesn't make much sense in case of storage failures.

REP 2 
CBF 3 
SELECT 2 * FROM *
Originally created by @alexvanin on GitHub (Feb 3, 2022). Originally assigned to: @masterSplinter01 on GitHub. It seems that we use [default](https://github.com/nspcc-dev/neofs-s3-gw/blob/204835ace35cabb508de470fcbaeec43e19e4a3a/authmate/authmate.go#L108) container policy for auth container. Default policy is ``` REP 1 CBF 1 SELECT 2 FROM * ``` I suggest to change it to the policy with at least two replicas. Otherwise it doesn't make much sense in case of storage failures. ``` REP 2 CBF 3 SELECT 2 * FROM * ```
sami 2025-12-28 17:36:28 +00:00
  • closed this issue
  • added the
    auth-mate
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neofs-s3-gw#164
No description provided.