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

Added initial support for cdFMC #203

Merged
merged 7 commits into from
Oct 21, 2024
Merged

Conversation

manofcolombia
Copy link
Contributor

I was able to get my hands on a trial of cdFMC to see what modifications were necessary to adapt fmcapi to support it.
Seems like pretty much all the same api endpoints as on prem fmc...since its just a cloud hosted on prem fmc.
The main difference is that auth is handled by CDO and proxied to the cdFMC. So no username and password, just api enabled CDO user + the JWT token that is generated for that user - which seems to remain constant unless the token is revoked in CDO.

Since this was just a trial cdFMC and CDO, I don't have any devices, but was able to at least validate that the major objects (hosts, network groups, etc.) work since all that really changed here is the auth.

#201

@marksull marksull merged commit 763eb9b into marksull:master Oct 21, 2024
@manofcolombia manofcolombia deleted the cdfmc branch October 30, 2024 13:35
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