Skip to content

Commit

Permalink
[PLAT-8028] Do not store API token in YBA (#19)
Browse files Browse the repository at this point in the history
* [PLAT-8028] Do not store API token in YBA

* [PLAT-8028] Do not store API token in YBA

* [PLAT-8028] Do not store API token in YBA

* README
  • Loading branch information
Deepti-yb authored May 27, 2024
1 parent 794cd3b commit 58f8747
Show file tree
Hide file tree
Showing 43 changed files with 2,484 additions and 334 deletions.
9 changes: 6 additions & 3 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.gitignore
.openapi-generator-ignore
.travis.yml
README.md
api/openapi.yaml
Expand Down Expand Up @@ -246,7 +245,6 @@ docs/MaintenanceWindowPagedResponse.md
docs/MaintenanceWindowsApi.md
docs/MasterInfo.md
docs/MasterNode.md
docs/MasterNodesInfo.md
docs/MastersList.md
docs/Metadata.md
docs/Metric.md
Expand Down Expand Up @@ -341,6 +339,7 @@ docs/RestorePreflightResponse.md
docs/RestoreResp.md
docs/RestoreSnapshotScheduleParams.md
docs/Role.md
docs/RoleAttribute.md
docs/RoleBinding.md
docs/RoleBindingFormData.md
docs/RoleFormData.md
Expand Down Expand Up @@ -373,6 +372,7 @@ docs/SubtaskData.md
docs/SupportBundle.md
docs/SupportBundleFormData.md
docs/SupportBundleManagementApi.md
docs/SuppressHealthCheckNotificationsConfig.md
docs/SystemdUpgradeParams.md
docs/TableDefinitionTaskParams.md
docs/TableDetails.md
Expand Down Expand Up @@ -428,6 +428,7 @@ docs/XClusterConfigGetResp.md
docs/XClusterConfigNeedBootstrapFormData.md
docs/XClusterConfigRestartFormData.md
docs/XClusterInfo.md
docs/XClusterNamespaceConfig.md
docs/XClusterTableConfig.md
docs/YBPError.md
docs/YBPSuccess.md
Expand Down Expand Up @@ -614,7 +615,6 @@ model_maintenance_window_paged_api_query.go
model_maintenance_window_paged_response.go
model_master_info.go
model_master_node.go
model_master_nodes_info.go
model_masters_list.go
model_metadata.go
model_metric.go
Expand Down Expand Up @@ -701,6 +701,7 @@ model_restore_preflight_response.go
model_restore_resp.go
model_restore_snapshot_schedule_params.go
model_role.go
model_role_attribute.go
model_role_binding.go
model_role_binding_form_data.go
model_role_form_data.go
Expand Down Expand Up @@ -729,6 +730,7 @@ model_state_change_audit_info_paged_response.go
model_subtask_data.go
model_support_bundle.go
model_support_bundle_form_data.go
model_suppress_health_check_notifications_config.go
model_systemd_upgrade_params.go
model_table_definition_task_params.go
model_table_details.go
Expand Down Expand Up @@ -774,6 +776,7 @@ model_x_cluster_config_get_resp.go
model_x_cluster_config_need_bootstrap_form_data.go
model_x_cluster_config_restart_form_data.go
model_x_cluster_info.go
model_x_cluster_namespace_config.go
model_x_cluster_table_config.go
model_ybc_throttle_parameters.go
model_ybc_throttle_parameters_response.go
Expand Down
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,12 +280,12 @@ Class | Method | HTTP request | Description
*RegionManagementApi* | [**EditRegion**](docs/RegionManagementApi.md#editregion) | **Put** /api/v1/customers/{cUUID}/providers/{pUUID}/regions/{rUUID} | Edit regions - deprecated
*RegionManagementApi* | [**GetRegion**](docs/RegionManagementApi.md#getregion) | **Get** /api/v1/customers/{cUUID}/providers/{pUUID}/regions | List a provider's regions
*RegionManagementApi* | [**ListAllRegions**](docs/RegionManagementApi.md#listallregions) | **Get** /api/v1/customers/{cUUID}/regions | List regions for all providers
*ReleaseManagementApi* | [**CreateRelease**](docs/ReleaseManagementApi.md#createrelease) | **Post** /api/v1/customers/{cUUID}/releases | Create a release
*ReleaseManagementApi* | [**DeleteRelease**](docs/ReleaseManagementApi.md#deleterelease) | **Delete** /api/v1/customers/{cUUID}/releases/{name} | Delete a release
*ReleaseManagementApi* | [**CreateRelease**](docs/ReleaseManagementApi.md#createrelease) | **Post** /api/v1/customers/{cUUID}/releases | Deprecated: sinceVersion 2024.1. Use ReleasesController.create instead. Create a release
*ReleaseManagementApi* | [**DeleteRelease**](docs/ReleaseManagementApi.md#deleterelease) | **Delete** /api/v1/customers/{cUUID}/releases/{name} | Deprecated: sinceVersion: 2024.1. Use ReleasesController.delete instead. Delete a release
*ReleaseManagementApi* | [**GetListOfRegionReleases**](docs/ReleaseManagementApi.md#getlistofregionreleases) | **Get** /api/v1/customers/{cUUID}/providers/{pUUID}/releases | List releases by provider - deprecated
*ReleaseManagementApi* | [**GetListOfReleases**](docs/ReleaseManagementApi.md#getlistofreleases) | **Get** /api/v1/customers/{cUUID}/releases | List all releases
*ReleaseManagementApi* | [**GetListOfReleases**](docs/ReleaseManagementApi.md#getlistofreleases) | **Get** /api/v1/customers/{cUUID}/releases | Deprecated: sinceVersion: 2024.1. Use ReleasesController.list instead. List all releases
*ReleaseManagementApi* | [**Refresh**](docs/ReleaseManagementApi.md#refresh) | **Put** /api/v1/customers/{cUUID}/releases | Refresh a release
*ReleaseManagementApi* | [**UpdateRelease**](docs/ReleaseManagementApi.md#updaterelease) | **Put** /api/v1/customers/{cUUID}/releases/{name} | Update a release
*ReleaseManagementApi* | [**UpdateRelease**](docs/ReleaseManagementApi.md#updaterelease) | **Put** /api/v1/customers/{cUUID}/releases/{name} | Deprecated: sinceVersion: 2024.1. Use ReleasesController.update instead. Update a release
*RuntimeConfigurationApi* | [**DeleteKey**](docs/RuntimeConfigurationApi.md#deletekey) | **Delete** /api/v1/customers/{cUUID}/runtime_config/{scope}/key/{key} | Delete a configuration key
*RuntimeConfigurationApi* | [**GetConfig**](docs/RuntimeConfigurationApi.md#getconfig) | **Get** /api/v1/customers/{cUUID}/runtime_config/{scope} | List configuration entries for a scope
*RuntimeConfigurationApi* | [**GetConfigurationKey**](docs/RuntimeConfigurationApi.md#getconfigurationkey) | **Get** /api/v1/customers/{cUUID}/runtime_config/{scope}/key/{key} | Get a configuration key
Expand All @@ -299,7 +299,8 @@ Class | Method | HTTP request | Description
*ScheduleManagementApi* | [**GetSchedule**](docs/ScheduleManagementApi.md#getschedule) | **Get** /api/v1/customers/{cUUID}/schedules/{sUUID} | Get Schedule
*ScheduleManagementApi* | [**ListSchedules**](docs/ScheduleManagementApi.md#listschedules) | **Get** /api/v1/customers/{cUUID}/schedules | List schedules - deprecated
*ScheduleManagementApi* | [**ListSchedulesV2**](docs/ScheduleManagementApi.md#listschedulesv2) | **Post** /api/v1/customers/{cUUID}/schedules/page | List schedules V2
*SessionManagementApi* | [**ApiLogin**](docs/SessionManagementApi.md#apilogin) | **Post** /api/v1/api_login | Authenticate user and return api token
*SessionManagementApi* | [**ApiLogin**](docs/SessionManagementApi.md#apilogin) | **Post** /api/v1/api_login | Authenticate user using email and password
*SessionManagementApi* | [**ApiToken**](docs/SessionManagementApi.md#apitoken) | **Put** /api/v1/customers/{cUUID}/api_token | Regenerate and fetch API token
*SessionManagementApi* | [**AppVersion**](docs/SessionManagementApi.md#appversion) | **Get** /api/v1/app_version | appVersion
*SessionManagementApi* | [**CustomerCount**](docs/SessionManagementApi.md#customercount) | **Get** /api/v1/customer_count | customerCount
*SessionManagementApi* | [**GetAdminNotifications**](docs/SessionManagementApi.md#getadminnotifications) | **Get** /api/v1/customers/{cUUID}/admin_notifications | Current list of notifications for admin
Expand Down Expand Up @@ -342,7 +343,6 @@ Class | Method | HTTP request | Description
*UniverseManagementApi* | [**SetUniverseKey**](docs/UniverseManagementApi.md#setuniversekey) | **Post** /api/v1/customers/{cUUID}/universes/{uniUUID}/set_key | Set a universe's key
*UniverseManagementApi* | [**UpdateLoadBalancerConfig**](docs/UniverseManagementApi.md#updateloadbalancerconfig) | **Put** /api/v1/customers/{cUUID}/universes/{uniUUID}/update_lb_config | Update load balancer config
*UniverseNodeMetadataMetamasterApi* | [**GetMasterAddresses**](docs/UniverseNodeMetadataMetamasterApi.md#getmasteraddresses) | **Get** /api/v1/customers/{cUUID}/universes/{uniUUID}/masters | List a master node's addresses
*UniverseNodeMetadataMetamasterApi* | [**GetMasterNodesInfo**](docs/UniverseNodeMetadataMetamasterApi.md#getmasternodesinfo) | **Get** /api/v1/customers/{cUUID}/universes/{uniUUID}/masters/info | Lists all master nodes details
*UniverseNodeMetadataMetamasterApi* | [**GetRedisServerAddresses**](docs/UniverseNodeMetadataMetamasterApi.md#getredisserveraddresses) | **Get** /api/v1/customers/{cUUID}/universes/{uniUUID}/redisservers | List a REDIS server's addresses
*UniverseNodeMetadataMetamasterApi* | [**GetUniverseMasterNodes**](docs/UniverseNodeMetadataMetamasterApi.md#getuniversemasternodes) | **Get** /metamaster/universe/{universeUUID} | List a universe's master nodes
*UniverseNodeMetadataMetamasterApi* | [**GetYQLServerAddresses**](docs/UniverseNodeMetadataMetamasterApi.md#getyqlserveraddresses) | **Get** /api/v1/customers/{cUUID}/universes/{uniUUID}/yqlservers | List a YQL server's addresses
Expand Down Expand Up @@ -555,7 +555,6 @@ Class | Method | HTTP request | Description
- [MaintenanceWindowPagedResponse](docs/MaintenanceWindowPagedResponse.md)
- [MasterInfo](docs/MasterInfo.md)
- [MasterNode](docs/MasterNode.md)
- [MasterNodesInfo](docs/MasterNodesInfo.md)
- [MastersList](docs/MastersList.md)
- [Metadata](docs/Metadata.md)
- [Metric](docs/Metric.md)
Expand Down Expand Up @@ -642,6 +641,7 @@ Class | Method | HTTP request | Description
- [RestoreResp](docs/RestoreResp.md)
- [RestoreSnapshotScheduleParams](docs/RestoreSnapshotScheduleParams.md)
- [Role](docs/Role.md)
- [RoleAttribute](docs/RoleAttribute.md)
- [RoleBinding](docs/RoleBinding.md)
- [RoleBindingFormData](docs/RoleBindingFormData.md)
- [RoleFormData](docs/RoleFormData.md)
Expand Down Expand Up @@ -670,6 +670,7 @@ Class | Method | HTTP request | Description
- [SubtaskData](docs/SubtaskData.md)
- [SupportBundle](docs/SupportBundle.md)
- [SupportBundleFormData](docs/SupportBundleFormData.md)
- [SuppressHealthCheckNotificationsConfig](docs/SuppressHealthCheckNotificationsConfig.md)
- [SystemdUpgradeParams](docs/SystemdUpgradeParams.md)
- [TableDefinitionTaskParams](docs/TableDefinitionTaskParams.md)
- [TableDetails](docs/TableDetails.md)
Expand Down Expand Up @@ -715,6 +716,7 @@ Class | Method | HTTP request | Description
- [XClusterConfigNeedBootstrapFormData](docs/XClusterConfigNeedBootstrapFormData.md)
- [XClusterConfigRestartFormData](docs/XClusterConfigRestartFormData.md)
- [XClusterInfo](docs/XClusterInfo.md)
- [XClusterNamespaceConfig](docs/XClusterNamespaceConfig.md)
- [XClusterTableConfig](docs/XClusterTableConfig.md)
- [YBPError](docs/YBPError.md)
- [YBPSuccess](docs/YBPSuccess.md)
Expand Down
Loading

0 comments on commit 58f8747

Please sign in to comment.