.. role:: hidden :class: hidden-section .. currentmodule:: geodesic.config geodesic.config ===================== This module contains the utilities for changing the Geodesic API server configuration. This is used to change which platform you are pointing to. Most users will not need to worry about this except for users working with enterprise deployments. Those users can use these configs to switch between the hosted Geodesic Platform and an enterprise deployment. .. contents:: geodesic.config :depth: 2 :local: :backlinks: top Cluster and Auth Configs ------------------------- Classes for holding configuration information for a specific cluster with Geodesic deployed. .. currentmodule:: geodesic.config .. autosummary:: :toctree: generated :nosignatures: :template: classtemplate.rst ClusterConfig OAuth2Config ServiceConfig ConfigManager Utility Functions ----------------- The primary way that a user should get the cluster configuration is with :meth:`get_config` if needed. In general except for development usage, the user should not create a :class:`ConfigManager` or :class:`ClusterConfig` manually. In most cases the API will manage the config for the user and they should not need to use any of this functionality directly. .. autosummary:: :toctree: generated :nosignatures: get_config