Skip to content
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

Workflow for DFP Service #126

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Workflow for DFP Service #126

wants to merge 11 commits into from

Conversation

unasra
Copy link
Collaborator

@unasra unasra commented Jun 13, 2024

No description provided.

}

provider "bloxone" {
csp_url = "https://csp.infoblox.com"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We suggest to use environment variables, if then I would recommend to update the Terraform content with ENV variables for both CSP & API. Then add some comment for ENV variable with value.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Users generally provide credentials as Env variables . This is given just as an example here . We have also added a warning against hard coded credentials below !

You can also use the following environment variables to configure the provider:
`AWS_REGION`, `AWS_ACCESS_KEY_ID`, and `AWS_SECRET_ACCESS_KEY`.

To create an EC2 instance with DHCP service, you will need to have the following information:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we mention about DHCP service here ?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, why are we creating the host with DHCP service in DFP example ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a typo . Has been modified.

}

# Create the DFP Service
resource "bloxone_dfp_service" "example" {
Copy link

@agowtham agowtham Jul 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Match the name 'bloxone_dfp_service' in all cases through out the document. In previous step, Infra service was created with name 'example_dfp_service' and here, we mentioned resource with different name.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

terraform plan
```

Finally, you will create the Security Policy that uses the Custom List, Bypass Code and an External Network created earlier.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this document is specific to DFP, then I would not like to add content for Bypass Code and External Network List

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The idea was that , since we are already demonstrating a DFP based Security policy , we demonstrate all the other TD objects associated with it . This has been mentioned in the description too .

terraform plan
```

Finally, you will create the Security Policy that uses the Custom List, Bypass Code and an External Network created earlier.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here, it is good to mention that create policy with DFP.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@unasra unasra requested a review from agowtham July 29, 2024 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants