Skip to content

Commit

Permalink
update(urls): RHICOMPL-1958 replace cloud with console in URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman authored and akofink committed Jul 15, 2021
1 parent 8943ab6 commit 5ab9bfe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions config/settings/development.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
host_inventory_url: http://inventory-web:8081
remediations_url: https://ci.cloud.redhat.com
rbac_url: https://ci.cloud.redhat.com
remediations_url: https://ci.console.redhat.com
rbac_url: https://ci.console.redhat.com
# disable_rbac: true
# platform_basic_auth_username: myusername
# platform_basic_auth_password: secret
Expand Down
4 changes: 2 additions & 2 deletions spec/api/v1/openapi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ def info
def description
'This is the API for Cloud Services for RHEL Compliance. '\
'You can find out more about Red Hat Cloud Services for RHEL at '\
'[https://cloud.redhat.com/]'\
'(https://cloud.redhat.com/)'
'[https://console.redhat.com/]'\
'(https://console.redhat.com/)'
end
end
end
Expand Down
2 changes: 1 addition & 1 deletion spec/api/v1/schemas/hosts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module Hosts
properties: {
name: {
type: 'string',
example: 'cloud.redhat.com'
example: 'console.redhat.com'
},
compliant: {
type: 'boolean',
Expand Down
4 changes: 2 additions & 2 deletions swagger/v1/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Cloud Services for RHEL Compliance API V1",
"version": "v1",
"description": "This is the API for Cloud Services for RHEL Compliance. You can find out more about Red Hat Cloud Services for RHEL at [https://cloud.redhat.com/](https://cloud.redhat.com/)"
"description": "This is the API for Cloud Services for RHEL Compliance. You can find out more about Red Hat Cloud Services for RHEL at [https://console.redhat.com/](https://console.redhat.com/)"
},
"paths": {
"/api/compliance/benchmarks": {
Expand Down Expand Up @@ -3102,7 +3102,7 @@
"properties": {
"name": {
"type": "string",
"example": "cloud.redhat.com"
"example": "console.redhat.com"
},
"compliant": {
"type": "boolean",
Expand Down

0 comments on commit 5ab9bfe

Please sign in to comment.