DEV Community

Cover image for Cloudforet 101: Provider & Service Accounts
Choonho Son
Choonho Son

Posted on

Cloudforet 101: Provider & Service Accounts

In the Cloudforet a series of LinuxFoundation Open Source Project, the key concept for resources is "Provider" and "Service Account"

Overview

A provider is the overarching entity that offers resources, within which multiple service accounts exist. These service accounts are used to securely and efficiently access the resources provided by the provider.Concept of Provider and Service Accounts

Image description

User Experience: Console

In the Cloudforet console web page, Provider and Service Accounts can be seen at "Home > Asset Inventory > Service Account"

Image description

Provider

In the context of Cloudforet, a provider is a top-level entity that groups a range of resources. Providers can include cloud providers like Amazon Web Services (AWS), Google Cloud Platform (GCP), and Microsoft Azure, as well as any entity that groups together like software_licence.

Service Account

A service account functions as an identifier for a group of resources within a provider. This means that the service account is used as primary key for distinguishing a specific set of resources.

References

https://cloudforet.io/docs/concepts/identity/provider/
cloudforet: https://cloudforet.io

Top comments (0)