From 32227108a83e2dcffa717e8c6d6ad747c0482ac4 Mon Sep 17 00:00:00 2001 From: Cristiano Hoshikawa Date: Sat, 23 Dec 2023 09:57:15 -0300 Subject: [PATCH] adjustments --- .DS_Store | Bin 6148 -> 6148 bytes README.md | 7 +++++++ 2 files changed, 7 insertions(+) diff --git a/.DS_Store b/.DS_Store index 3074e21dc9c4d5ca67e227e64d3f54e606bd2513..b47a670ff45e8bcf926afdcfc9f13e0338d96756 100644 GIT binary patch delta 232 zcmZoMXfc=|#>B)qF;Q%yo+2a9#(>?7j69QhSR~_@+RtZTU|?a;V@PMnWGKnacX3I| z$xi}`acDOdE4Ix(>WC_zf>*vE!!S5GKeqs=hk;?G0>k7mRtxnbw+`%Sg&4%jkOs6S zhar`rI5!_*6j;UNt*k1OkF!~_NR%7wo6N$l0AXmbt8W(N5Mr5FkhYnfgP#NFkIjM{ W--O}ZYcO1W$j z+ehHE3m3#0&PaR(z5ri@_iR^-*Nr1olb>Y&9l!Tt=hwup0f2SJ@fJV}0BkIz)(xyK zG4fMcu!icPWJdQ$2V22=o(&fwO@|?12rMH3@!`Wg7(fE0{{0?4!U&>^pKA!|-SdNQMIC@Q2FE~%5c{_|=CjCjTb^8g=%P`6NBax8AeGGZ?D#>F$>F{wL z7a}*14#%;bUTb4IZF}uax83$;o9=XH+r#$G_H5?ZckbSQ_`G+JW;s8hDdR$iE1j^L zO6PKljoK6GEFXN*)Dt?5A}Y1Z;He$Mmq2#qLIG>=;TVKB;5o)55>X1s=^GYIi_ zzCN_IXVQ3o`9T|&=C2cfcHH=;-rox`=ghB)(Wrm*a2S1@3*5=Stft;%dwp3aXy#=I z7y|!|0Id%$7E)hnB~>gPScxM5s)gOcuuXp{D92UmE3KrW2aU;8RGG@u5rfHe>~~e1 zue6dX(}AhO2U8<6bwXicbiBVS!h!ixO>GDm0y=>edD)`<|LN7|e?7@u83KmDwIaZ* zZqV)EBdNW0;o)enb+Np|LPl|wRFQ&}+Kxqow&D#e!qDeZ1JzerNyQ#C^G85nFqI+j HPYL`1<+R|a diff --git a/README.md b/README.md index d8139bf..6d683d2 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,11 @@ The **${request.auth[authorization]}** and **${request.auth[date]}** are the val ## Task 4: Configure the OCI Group and Policies +Remember to configure the Policies for **OCI Streaming**. + +You can do it here [OCI Streaming Policies](https://docs.public.oneportal.content.oci.oraclecloud.com/en-us/iaas/Content/Streaming/Concepts/streaminggettingstarted.htm) + +And you can use common policies here [Common Policies](https://docs.public.oneportal.content.oci.oraclecloud.com/en-us/iaas/Content/Identity/Concepts/commonpolicies.htm) ## Task 5: Test API @@ -386,6 +391,8 @@ In the Logs, you can see the payloads for your custom code authorization logic. * [Working with OAuth 2 to Access the REST API](https://docs.oracle.com/en/cloud/paas/identity-cloud/rest-api/OATOAuthClientWebApp.html) * [Identity Cloud Services OAuth 2.0 and REST API](https://www.ateam-oracle.com/post/identity-cloud-services-oauth-20-and-rest-api) * [Oracle Cloud Infrastructure (OCI) REST call walkthrough with curl](https://www.ateam-oracle.com/post/oracle-cloud-infrastructure-oci-rest-call-walkthrough-with-curl) +* [OCI Streaming Policies](https://docs.public.oneportal.content.oci.oraclecloud.com/en-us/iaas/Content/Streaming/Concepts/streaminggettingstarted.htm) +* [Common Policies](https://docs.public.oneportal.content.oci.oraclecloud.com/en-us/iaas/Content/Identity/Concepts/commonpolicies.htm) ## Acknowledgments