mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 11:16:30 +03:00
Feb_06_2024-Dev
This commit is contained in:
@@ -102,6 +102,7 @@ public:
|
||||
|
||||
Maybe<void> authenticateAgent() override;
|
||||
void setAddressExtenesion(const std::string &extension) override;
|
||||
static std::string getUserEdition();
|
||||
|
||||
protected:
|
||||
class UserCredentials
|
||||
@@ -142,7 +143,6 @@ protected:
|
||||
std::string base64Encode(const std::string &in) const;
|
||||
std::string buildBasicAuthHeader(const std::string &username, const std::string &pass) const;
|
||||
std::string buildOAuth2Header(const std::string &token) const;
|
||||
std::string getUserEdition() const;
|
||||
|
||||
// This apps which the orchestrations requires them from Fog.
|
||||
std::vector<std::string> required_security_apps;
|
||||
|
@@ -56,7 +56,9 @@ public:
|
||||
|
||||
private:
|
||||
Maybe<std::string> getNewVersion();
|
||||
void doLocalFogOperations(const std::string &policy) const;
|
||||
|
||||
std::string tuning_host;
|
||||
I_DeclarativePolicy *i_declarative_policy = nullptr;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user