mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-22 22:28:50 +00:00
Config Refactor Round 2. (#2771)
* Config Refactor Round 2. * Adding docs. * Fix file formatting. * Removing. * fixing imports. * Removing. * Fixing cli access token retrieval. * Fixing authority check. * Small edits. * Removing duplicate. * Adding uuid check. * Possible to override with existing params. * Allowing flags to override storage. * Trying to fix config params.? * Fixing. * Set endpoint params via app function. * Checking changes to params. * Make tenant_domain default. * Remove endoint params from models. * UPdating docs. * Setting * Removing hardcoded values. * Typo. * Removing endpoint upload. * Typo. * Fixing typos. * Fix error message about aad tenant. * Responding to comments. * Update src/ApiService/ApiService/UserCredentials.cs Co-authored-by: Marc Greisen <mgreisen@microsoft.com> --------- Co-authored-by: Marc Greisen <mgreisen@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
3d2fb65c14
commit
f402304084
@ -52,6 +52,12 @@ class Info(BaseResponse):
|
||||
insights_instrumentation_key: Optional[str]
|
||||
|
||||
|
||||
class Config(BaseResponse):
|
||||
authority: str
|
||||
client_id: str
|
||||
tenant_domain: str
|
||||
|
||||
|
||||
class ContainerInfoBase(BaseResponse):
|
||||
name: str
|
||||
metadata: Optional[Dict[str, str]]
|
||||
|
Reference in New Issue
Block a user