-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
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
[WPB-14307] domain verification (enterprise feature) #4389
Conversation
d0e1ec2
to
4905d23
Compare
bb2ba52
to
86ad89c
Compare
28fed09
to
8a81893
Compare
635443b
to
fb921f3
Compare
cefadec
to
1e55da6
Compare
16c3132
to
470f4c5
Compare
d5965da
to
72607ca
Compare
8346682
to
ac2d09c
Compare
import Data.OpenApi qualified as OpenApi | ||
import Data.OpenApi qualified as S |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: loading same module and making it available in two different namespaces.
-- | interprets galley by statically returning the values passed | ||
miniSparAPIAccess :: InterpreterFor SparAPIAccess r | ||
miniSparAPIAccess = interpret $ \case | ||
GetIdentityProviders _ -> error "GetIdentityProviders not implemented in miniSparAPIAccess" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GetIdentityProviders _ -> error "GetIdentityProviders not implemented in miniSparAPIAccess" | |
GetIdentityProviders _ -> error "GetIdentityProviders not implemented in miniSparAPIAccess" |
@@ -1501,6 +1517,50 @@ getSystemSettingsInternal _ = do | |||
let iSettings = SystemSettingsInternal $ fromMaybe False optSettings.enableMLS | |||
pure $ SystemSettings pSettings iSettings | |||
|
|||
requestDomainVerificationToken :: | |||
forall r. | |||
(_) => |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a constraint? And why is this needed? 🤔
Currently, this only refers to the submodule's feature branch.
Ticket: https://wearezeta.atlassian.net/browse/WPB-14307
Checklist
changelog.d