OIDCClient#

class gafaelfawr.config.OIDCClient(**data)#

Bases: BaseModel

Configuration for a single OpenID Connect client of our server.

Unlike the other configuration models, this model parses the value of a secret rather than the Helm values file and does not support camel-case.

Parameters:

data (Any)

Attributes Summary

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

Attributes Documentation

model_config: ClassVar[ConfigDict] = {'extra': 'forbid'}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].