Skip to content

Commit

Permalink
Generate configuration for qwc-oidc-auth service (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitblanc authored Feb 5, 2024
1 parent 58129cd commit c85c8ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/config_generator/config_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,10 @@ def __init__(self, config, logger, config_file_dir):
'ldapAuth', self.schema_urls.get('ldapAuth'),
self.service_config('ldapAuth'), self.logger, 'ldap-auth'
),
'oidcAuth': ServiceConfig(
'oidcAuth', self.schema_urls.get('oidcAuth'),
self.service_config('oidcAuth'), self.logger, 'oidc-auth'
),
'elevation': ServiceConfig(
'elevation', self.schema_urls.get('elevation'),
self.service_config('elevation'), self.logger
Expand Down
4 changes: 4 additions & 0 deletions src/schema-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
"service": "ogc",
"schema_url": "https://github.com/qwc-services/qwc-ogc-service/raw/master/schemas/qwc-ogc-service.json"
},
{
"service": "oidcAuth",
"schema_url": "https://github.com/qwc-services/qwc-oidc-auth/raw/main/schemas/qwc-oidc-auth.json"
},
{
"service": "permalink",
"schema_url": "https://github.com/qwc-services/qwc-permalink-service/raw/master/schemas/qwc-permalink-service.json"
Expand Down

0 comments on commit c85c8ea

Please sign in to comment.