We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PublicSettings
Option[PublicKey]
PublicSettings exposes Option[PublicKey]:
pan-domain-authentication/pan-domain-auth-verification/src/main/scala/com/gu/pandomainauth/PublicSettings.scala
Line 48 in 59c7132
This is unlike PanDomainAuthSettingsRefresher which makes its PanDomainAuthSettings value non-optional:
PanDomainAuthSettingsRefresher
PanDomainAuthSettings
pan-domain-authentication/pan-domain-auth-core/src/main/scala/com/gu/pandomainauth/PanDomainAuthSettingsRefresher.scala
Line 40 in 59c7132
...making the value optional seems weird - better to simply fail immediately if the system is unable to load credentials?
Talked this through with @andrew-nowak, we agreed it would be best to standardise on making the value non-optional.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
PublicSettings
exposesOption[PublicKey]
:pan-domain-authentication/pan-domain-auth-verification/src/main/scala/com/gu/pandomainauth/PublicSettings.scala
Line 48 in 59c7132
This is unlike
PanDomainAuthSettingsRefresher
which makes itsPanDomainAuthSettings
value non-optional:pan-domain-authentication/pan-domain-auth-core/src/main/scala/com/gu/pandomainauth/PanDomainAuthSettingsRefresher.scala
Line 40 in 59c7132
...making the value optional seems weird - better to simply fail immediately if the system is unable to load credentials?
Talked this through with @andrew-nowak, we agreed it would be best to standardise on making the value non-optional.
The text was updated successfully, but these errors were encountered: