diff --git a/README.md b/README.md index 88b5ac7e67..90e018d47e 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [auth_admin_passkey](auth_admin_passkey/) | 17.0.1.0.0 | | Allows system administrator to authenticate with any account [auth_api_key](auth_api_key/) | 17.0.1.0.0 | | Authenticate http requests from an API key +[auth_api_key_server_env](auth_api_key_server_env/) | 17.0.1.0.0 | | Configure api keys via server env. This can be very useful to avoid mixing your keys between your various environments when restoring databases. All you have to do is to add a new section to your configuration file according to the following convention: [//]: # (end addons) diff --git a/auth_api_key_server_env/README.rst b/auth_api_key_server_env/README.rst index f72e9764e9..f718fce84f 100644 --- a/auth_api_key_server_env/README.rst +++ b/auth_api_key_server_env/README.rst @@ -7,7 +7,7 @@ Auth API key server environment !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:7b7d72b7fe47a8aad3083f27767d93c4b0d78764c3faf6304d8ad2756ba201bf + !! source digest: sha256:e6609698db2b7ba4cab3f9aa8cfca5e51a1418bbf74c8bd802b9bce9be8c54a9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png diff --git a/auth_api_key_server_env/static/description/index.html b/auth_api_key_server_env/static/description/index.html index 503790231c..5799d109dd 100644 --- a/auth_api_key_server_env/static/description/index.html +++ b/auth_api_key_server_env/static/description/index.html @@ -366,7 +366,7 @@
Configure api keys via server env.
diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 3cd3b6c39c..5122d21ce5 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-server-auth" -version = "17.0.20240126.0" +version = "17.0.20240202.0" dependencies = [ "odoo-addon-auth_admin_passkey>=17.0dev,<17.1dev", "odoo-addon-auth_api_key>=17.0dev,<17.1dev", + "odoo-addon-auth_api_key_server_env>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python",