Skip to content

Commit

Permalink
Merge pull request #163 from IBM/as_managed_rules
Browse files Browse the repository at this point in the history
feat: managed rulesets
  • Loading branch information
arpit-srivastava-ibm authored Apr 16, 2024
2 parents 4237ed7 + 252ecf1 commit 31ccb46
Show file tree
Hide file tree
Showing 10 changed files with 15,459 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ The IBM Cloud Networking Go SDK allows developers to programmatically interact w
| [CIS: Page Rules](https://cloud.ibm.com/apidocs/cis?code=go#get-page-rule) | pageruleapiv1 |
| [CIS: Range Application](https://cloud.ibm.com/apidocs/cis?code=go#list-range-applications) | rangeapplicationsv1 |
| [CIS: Routing](https://cloud.ibm.com/apidocs/cis?code=go#get-routing-feature-smart-routing-setting) | routingv1 |
| [CIS: Rulesets]() | rulesetsv1 |
| [CIS: Security Events](https://cloud.ibm.com/apidocs/cis?code=go#logs-of-the-mitigations-performed-by-firewall-feat) | securityeventsapiv1 |
| [CIS: SSL/TLS](https://cloud.ibm.com/apidocs/cis?code=go#list-all-certificates) | sslcertificateapiv1 |
| [CIS: User Agent Blocking Rules](https://cloud.ibm.com/apidocs/cis?code=go#list-all-user-agent-blocking-rules) | useragentblockingrulesv1 |
Expand Down Expand Up @@ -126,6 +127,7 @@ import (
"github.com/IBM/networking-go-sdk/pageruleapiv1"
"github.com/IBM/networking-go-sdk/rangeapplicationsv1"
"github.com/IBM/networking-go-sdk/routingv1"
"github.com/IBM/networking-go-sdk/rulestsv1"
"github.com/IBM/networking-go-sdk/securityeventsapiv1"
"github.com/IBM/networking-go-sdk/sslcertificateapiv1"
"github.com/IBM/networking-go-sdk/useragentblockingrulesv1"
Expand Down
1 change: 1 addition & 0 deletions botmanagementv1/bot_management_v1_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ var _ = Describe(`BotManagementV1`, func() {
Context(`botmanagementv1_test`, func() {
defer GinkgoRecover()
It(`Get | Update Bot Management Settings`, func() {
Skip("skipping test")
shouldSkipTest()

// Get Bot Management Settings
Expand Down
Binary file modified cis.env.enc
Binary file not shown.
2 changes: 1 addition & 1 deletion directlinkv1/direct_link_v1_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func getPortIdForConnect(ports []directlinkv1.Port) *directlinkv1.Port {

var _ = Describe(`DirectLinkV1`, func() {
defer GinkgoRecover()
// Skip("Skipping")
Skip("Skipping")
err := godotenv.Load("../directlink.env")
It(`Successfully loading .env file`, func() {
if err == nil {
Expand Down
Loading

0 comments on commit 31ccb46

Please sign in to comment.