You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| APIKM_CORS_ORIGINS_REGEX | Allow CORS from (regexp) |`".*"`|
53
-
| APIKM_CORS_ALLOW_METHODS | Allow CORS for methods |`"GET"`|
54
-
| APIKM_DATABASE_URL | Database to store API Keys |`"sqlite:///./test.db"`|
55
-
| APIKM_DEFAULT_APIKEY_TTL_HOUR | Default lifetime of an API Key (in hour) |`360`|
56
-
| APIKM_OIDC_ENDPOINT | OIDC End Point |`""`|
57
-
| APIKM_OIDC_REALM | OIDC Realm |`""`|
58
-
| APIKM_OIDC_CLIENT_ID | OIDC CLient ID |`""`|
59
-
| APIKM_OIDC_CLIENT_SECRET | OIDC Secret used to sync user info from Keycloak |`""`|
60
-
| APIKM_RATE_LIMIT | Rate limiter configuration for the check apikey endpoint |`20/minute`|
61
-
| APIKM_KEYCLOAK_SYNC_FREQ | Sync frequency of a user with data stored in Keycloak (in seconds) |`300`|
62
-
| APIKM_SHOW_TECHNICAL_ENDPOINTS | Show technical endoints (health) |`False`|
63
-
| APIKM_USE_AUTHLIB_OAUTH | If False: use the OpenIdConnect authentication.<br>If True: use the authlib OAuth authentication instead. |`False`|
64
-
| APIKM_SWAGGER_DESCRIPTION | Description displayed in the swagger front page |`"APIKeyManager is a centralized Python-oriented API Key manager"`|
65
-
| APIKM_CONTACT_NAME | Contact name displayed in the swagger front page |`"CS Group France"`|
66
-
| APIKM_CONTACT_URL | Contact url displayed in the swagger front page |`"https://github.com/csgroup-oss/apikey-manager/"`|
67
-
| APIKM_CONTACT_EMAIL | Contact email displayed in the swagger front page |`"support@csgroup.space"`|
68
-
| APIKM_OPENAPI_URL | The URL where the OpenAPI schema will be served from |`"/openapi.json"`|
69
-
| APIKM_OAUTH2_ATTRIBUTES |List of optional OAuth2 attributes to save as key/values in the API key "config" dict.<br>The list is given as a comma-separated str (e.g. `'attr1,attr2'`) or json representation str (e.g. `'["attr1", "attr2"]')`|`"attr1,attr2"`|
Copy file name to clipboardExpand all lines: deploy/helm/apikeymanager/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Helm chart for APIKeyManager
35
35
| config.show_technical_endpoints | bool |`false`| Show technical endoints (health) |
36
36
| config.swagger_description | string |`"APIKeyManager is a centralized Python-oriented API Key manager."`| Description displayed in the swagger front page |
37
37
| config.use_authlib_oauth | bool |`false`| If False (default): use the OpenIdConnect authentication. If True: use the authlib OAuth authentication instead. |
38
-
| config.oauth2_attributes | string |`""`|List of optional OAuth2 attributes to save as key/values in the API key "config" dict. The list is given as a comma-separated str (e.g. `'attr1,attr2'`) or json representation str (e.g. `'["attr1", "attr2"]')`|
38
+
| config.oauth2_attributes | string |`""`| OAuth2 attributes to save as key/values in the API key "config" dict, e.g. `'attr1,attr2'`|
0 commit comments