Skip to content

Commit

Permalink
Credential rotations (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicSyntax authored Jan 14, 2022
1 parent 5762658 commit fae6a2b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions _includes/guide/adv_credentials.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Client Secret:
{%- capture client_secret -%}
cf9c6692fb7f698fcc3cb8f8004775a15bde5cc42d4e116255788d855903fc8bcd7fe6374f6f6d2b
8d096fe469f61ab9148fa029eb0605065e069889bdbc8e465f0ee40a9edf59052a68f734794b6a6a
{%- endcapture -%}

{% include copy_snippet.md code=client_secret aco='Small Advanced ACO (100 synthetic beneficiaries)' type='Client Secret' %}
Expand All @@ -26,7 +26,7 @@

Client Secret:
{%- capture client_secret -%}
968b7c72ab505b3859e88e98b10e330ad0c6552456f40b2d38da46669b76ee6792218f530570f13b
02f8f1b7410c921682977ebfb8b82dcf57316a9ac4d5b20b5e9f8a3fc2ce8c57778b89301f2233f0
{%- endcapture -%}

{% include copy_snippet.md code=client_secret aco='Large Advanced ACO (10,000 synthetic beneficiaries)' type='Client Secret' %}
Expand Down
20 changes: 10 additions & 10 deletions _includes/guide/credentials.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<div class="acc_content">
Client ID:
{%- capture client_id -%}
0c527d2e-2e8a-4808-b11d-0fa06baf8254
3841c594-a8c0-41e5-98cc-38bb45360d3c
{%- endcapture -%}

{% include copy_snippet.md code=client_id aco='Extra-Small ACO (50 synthetic beneficiaries)' type='Client ID' %}

Client Secret:
{%- capture client_secret -%}
36e0ea2217e6d6180f3ab1108d02ca100d684ebdccc04817ce842300996e568c3d77fc61d84006a3
d89810016460e6924a1c62583e5f51d1cbf911366c6bc6f040ff9f620a944efbf2b7264afe071609
{%- endcapture -%}

{% include copy_snippet.md code=client_secret aco='Extra-Small ACO (50 synthetic beneficiaries)' type='Client Secret' %}
Expand All @@ -19,14 +19,14 @@
<div class="acc_content">
Client ID:
{%- capture client_id -%}
f0d89614-efb9-49fa-bb38-996811f235a1
d5f83f74-6c55-4f1e-9d16-0022688171ba
{%- endcapture -%}

{% include copy_snippet.md code=client_id aco='Small ACO (2,500 synthetic beneficiaries)' type='Client ID' %}

Client Secret:
{%- capture client_secret -%}
524a3e8985715d533ae4f182be3dd55778cc3b82179eb1b28759733fd5ddc787a535b548420af1a7
acc164b34eb88dd51dc2050ab1b9d7fc7b8781d21998201543ec288a2a85d9e6fbce64b11becb548
{%- endcapture -%}

{% include copy_snippet.md code=client_secret aco='Small ACO (2,500 synthetic beneficiaries)' type='Client Secret' %}
Expand All @@ -36,14 +36,14 @@
<div class="acc_content">
Client ID:
{%- capture client_id -%}
635003cf-e337-4f91-be51-73b50e27ae9a
8c75a6f6-02b9-4a47-96c1-0bd6efd4b5e3
{%- endcapture -%}

{% include copy_snippet.md code=client_id aco='Medium ACO (7,500 synthetic beneficiaries)' type='Client ID' %}

Client Secret:
{%- capture client_secret -%}
5b1b45658dd9b75ef145a529c77d0c934e64788ba2ce9ce5195b834c1960a642aec689be485ad651
1f6a1cd9da34c0d0fe781d3e0d6b78c3ff9957f4796659ef2a1895a9f1f2d0cc01ee333db820aad4
{%- endcapture -%}

{% include copy_snippet.md code=client_secret aco='Medium ACO (7,500 synthetic beneficiaries)' type='Client Secret' %}
Expand All @@ -53,14 +53,14 @@
<div class="acc_content">
Client ID:
{%- capture client_id -%}
8e85dd71-9206-44bb-a07e-638b29b316c1
f268a8c6-8a29-4d2b-8b92-263dc775750d
{%- endcapture -%}

{% include copy_snippet.md code=client_id aco='Large ACO (20,000 synthetic beneficiaries)' type='Client ID' %}

Client Secret:
{%- capture client_secret -%}
5104f03d92ccadf598bf75f5754acc923337361504a401b050cd4cf4e2dcd799c00bec361bf264ed
c8dc2fefa1f5eb3817df9ec8aaf6ec56f5a84f0eb085cc3fa2f495b7a2cdad77d31718a2c1ea8fce
{%- endcapture -%}

{% include copy_snippet.md code=client_secret aco='Large ACO (20,000 synthetic beneficiaries)' type='Client Secret' %}
Expand All @@ -70,14 +70,14 @@
<div class="acc_content">
Client ID:
{%- capture client_id -%}
aa2d6b93-bbe7-4d1b-8cc5-9a5172fae3a6
6152afb4-c555-46e4-93de-fa16a441d643
{%- endcapture -%}

{% include copy_snippet.md code=client_id aco='Extra-Large ACO (30,000 synthetic beneficiaries)' type='Client ID' %}

Client Secret:
{%- capture client_secret -%}
3f18d01dbbc97634a10c0631c6cffced4d7949ddb2a54b6f400792fd55c5538473dbfccfe715bd8f
9505e36662f6b59310360bc216d0b467c8f6f29c19dc8b40d91671ed4db7abb0fa2828c1524a595e
{%- endcapture -%}

{% include copy_snippet.md code=client_secret aco='Extra-Large ACO (30,000 synthetic beneficiaries)' type='Client Secret' %}
Expand Down

0 comments on commit fae6a2b

Please sign in to comment.