Merged in feature/cognito-shared-environments (pull request #211)
cognito and permit shared prod environment support * code complete * user creattion tool test harness
This commit is contained in:
@@ -51,6 +51,8 @@ func (m *mockAuthConfig) GetPermitIOAPIKey() string { retu
|
||||
func (m *mockAuthConfig) SetPermitIOAPIKey(string) {}
|
||||
func (m *mockAuthConfig) GetPermitIOPDPURL() string { return "http://localhost:7766" }
|
||||
func (m *mockAuthConfig) SetPermitIOPDPURL(string) {}
|
||||
func (m *mockAuthConfig) GetCognitoEnvironmentID() string { return "" }
|
||||
func (m *mockAuthConfig) SetCognitoEnvironmentID(string) {}
|
||||
func (m *mockAuthConfig) InitializeAuthConfig(string, *slog.Logger) error { return nil }
|
||||
func (m *mockAuthConfig) GetNoJWTValidation() bool { return false }
|
||||
func (m *mockAuthConfig) SetNoJWTValidation(bool) {}
|
||||
|
||||
Reference in New Issue
Block a user