tarantool / tarantool/doc

Config storage doesn't require space permissions anymore

Open
#5,086 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

3.5 add details config
Dominant language
CSS
Stars
15
Forks
49
Avg merge
1d 13h
Merged PRs (30d)
3

Description

Related dev. issue(s): GitHub link(s)

Product: Tarantool (+ TDB and TCF docs)
Since: future versions - 3.5.0, 3.4.1, 3.3.3, 3.2.2
Root documents:

SME: @ Totktonada

Details

Previously permissions to read/write internal config storage spaces were
required:

- permissions: [read, write]
  spaces:
    - config_storage
    - config_storage_meta

Now, the config.storage.* API functions have access to these spaces
without an explicit permissions configuration. These permissions can be
removed from the configuration.

This change is planned for inclusion into 3.5.0, 3.4.1, 3.3.3, 3.2.2
releases.
Requested by @Totktonada in https://github.com/tarantool/tarantool-ee/commit/b655f0054d4158cd4b81ae74a9ce5c934c12fbb6.

TDB and TCF tickets: #5194 #5195

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open the configuration_etcd documentation and the “Setting up a configuration storage” section named in the issue. Review the YAML permissions example and the surrounding version notes, then update the documentation to reflect that config.storage.* access no longer requires explicit permissions for config_storage and config_storage_meta. Check the related TDB and TCF tickets for any corresponding documentation scope.

Written by the indexing model from the issue text.

Assessment

Tech stack
yaml
Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.