Skip to content
Snippets Groups Projects
Commit d03c9972 authored by Gleb Kashkin's avatar Gleb Kashkin Committed by Alexander Turenko
Browse files

config: rework credentials to support priv sync

Before this patch, credentials applier used to just grant all privileges
and permissions with {if_not_exists = true}. It didn't allow removing a
permission, nor setting only new permissions.

Now credentials applier converts box configuration and desired config to
an intermediate representation, calculates diff for them and only after
that applies the diff.

Part of #8967

NO_DOC=yet
parent 5053f286
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment