Skip to content

Commit ad9d922

Browse files
committed
[BOT] post-merge updates
1 parent 044b07e commit ad9d922

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ addon | version | maintainers | summary
2626
[auth_api_key_group](auth_api_key_group/) | 18.0.1.0.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Allow grouping API keys together. Grouping per se does nothing. This feature is supposed to be used by other modules to limit access to services or records based on groups of keys.
2727
[auth_api_key_server_env](auth_api_key_server_env/) | 18.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:
2828
[auth_oidc](auth_oidc/) | 18.0.1.0.0 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Allow users to login through OpenID Connect Provider
29+
[auth_oidc_environment](auth_oidc_environment/) | 18.0.1.0.0 | | This module allows to use server env for OIDC configuration
2930
[auth_saml](auth_saml/) | 18.0.1.0.0 | [![vincent-hatakeyama](https://github.com/vincent-hatakeyama.png?size=30px)](https://github.com/vincent-hatakeyama) | SAML2 Authentication
3031
[base_user_empty_password](base_user_empty_password/) | 18.0.1.0.0 | [![grindtildeath](https://github.com/grindtildeath.png?size=30px)](https://github.com/grindtildeath) | Allows to empty password of users
3132
[base_user_show_email](base_user_show_email/) | 18.0.1.0.0 | | Untangle user login and email

auth_oidc_environment/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Auth Oidc Environment
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:18aa5a39b1804e3212b277bcc74b32f2297dca10bf1d3192c5fd659082b81150
10+
!! source digest: sha256:187d3de5c2f18bdaa56b4a217732ca633e79fe8cbdcf764f3db75e2d6f47dd84
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -81,8 +81,8 @@ Authors
8181
Contributors
8282
------------
8383

84-
- Adrien PEIFFER <adrien.peiffer@acsone.eu> (ACSONE SA/NV)
85-
- Raphaël Reverdy <raphael.reverdy@akretion.com> (Akretion)
84+
- Adrien PEIFFER <adrien.peiffer@acsone.eu> (ACSONE SA/NV)
85+
- Raphaël Reverdy <raphael.reverdy@akretion.com> (Akretion)
8686

8787
Maintainers
8888
-----------

auth_oidc_environment/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Auth Oidc Environment</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:18aa5a39b1804e3212b277bcc74b32f2297dca10bf1d3192c5fd659082b81150
370+
!! source digest: sha256:187d3de5c2f18bdaa56b4a217732ca633e79fe8cbdcf764f3db75e2d6f47dd84
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-auth/tree/18.0/auth_oidc_environment"><img alt="OCA/server-auth" src="https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-auth-18-0/server-auth-18-0-auth_oidc_environment"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-auth&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>this module allows to use server env for OIDC configuration</p>

setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[project]
22
name = "odoo-addons-oca-server-auth"
3-
version = "18.0.20250115.0"
3+
version = "18.0.20250120.0"
44
dependencies = [
55
"odoo-addon-auth_admin_passkey==18.0.*",
66
"odoo-addon-auth_api_key==18.0.*",
77
"odoo-addon-auth_api_key_group==18.0.*",
88
"odoo-addon-auth_api_key_server_env==18.0.*",
99
"odoo-addon-auth_oidc==18.0.*",
10+
"odoo-addon-auth_oidc_environment==18.0.*",
1011
"odoo-addon-auth_saml==18.0.*",
1112
"odoo-addon-base_user_empty_password==18.0.*",
1213
"odoo-addon-base_user_show_email==18.0.*",

0 commit comments

Comments
 (0)