Manuel Stingl
Manuel Stingl
When using custom extra attributes on fields, which are used internally for different kinds of data processing, these values are now exposed in the api schema. In my case additionally...
a error that sometimes when it happens appears in the log ``` [14:24:20] [Server thread/ERROR]: ---- Minecraft Crash Report ---- // Why is it breaking :( Time: 22.07.17 14:24 Description:...
Since pysaml2 uses requests internally, use `REQUESTS_CA_BUNDLE` or `CURL_CA_BUNDLE` to set your ca bundle file via the environment variables.
I have this chart working by declaring all the env vars in a custom secret called "calcom" ```yaml apiVersion: v1 kind: Secret metadata: name: calcom namespace: mysite-calcom stringData: DATABASE_URL: postgresql://calcom:***@calcom-postgresql/calcom...