Jens L.

Results 472 comments of Jens L.

You can use these settings in vscode to load the schema for yaml files: ```json "yaml.schemas": { "https://goauthentik.io/blueprints/schema.json": "blueprints/**/*.yaml" }, ``` Yes, the schema doesn't list all properties of all...

You can reference multiple providers via the `protocol_providers` attribute, which will assign all the providers to the outpost

Thanks for the PR! The table in the readme is auto-generated, so you'll have to add this to the values file instead.

when using value64 you're responsible for encoding the values correctly yourself

Can you post the logs that happen while this error occurs in windows? Also with gravity 0.6.19 you can run `gravity cli export --safe` (in the container), which will dump...

@ThroughTheN1ght @MushroomSquad @chriscarpenter12 @t3chguy Which kind of documentation/examples/procedurals would help with this?

As can be seen in the error message `aioredis.errors.ReplyError: WRONGPASS invalid username-password pair or user is disabled.`, the error is caused by a misconfiguration with redis and its authentication

This will most likely not happen, the pagination is required to ensure the consistent performance of varying authentik APIs. The page size is adjustable (https://docs.goauthentik.io/docs/interfaces/admin/customization#settingspaginationperpage) and we'll be improving the...

Due to the way OIDC works the Groups are only provisioned when the user logs in. I don't know if Harbor has support for something like SCIM or supports OIDC...